Collabora Office 23.05 Help
Returns the number of twips that represent the width of a pixel.
n = TwipsPerPixelX
Numër i plotë
Sub ExamplePixelTwips
MsgBox "" & TwipsPerPixelX() & " Twips * " & TwipsPerPixelY() & " Twips",0,"Pixel size"
End Sub