עזרה עבור Collabora Office 24.04
Returns the number of twips that represent the height of a pixel.
n = TwipsPerPixelY
Integer
Sub ExamplePixelTwips
MsgBox "" & TwipsPerPixelX() & " Twips * " & TwipsPerPixelY() & " Twips",0,"Pixel size"
End Sub