傳回表示像素高度的 twip 數。
n = TwipsPerPixelY
Integer
Sub ExamplePixelTwips
MsgBox "" & TwipsPerPixelX() & " Twips * " & TwipsPerPixelY() & " Twips",0,"Pixel size"
End Sub