Enable JavaScript in the browser to display LibreOfficeDev Help pages.
TwipsPerPixelY Function
ピクセルの高さを示す twip 数を返します。
構文:
戻り値:
整数
例:
Sub ExamplePixelTwips
MsgBox "" & TwipsPerPixelX() & " Twips * " & TwipsPerPixelY() & " Twips",0,"Pixel size"
End Sub