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