Window.PointsToScreenPixelsY Method
Converts a vertical measurement from points (document coordinates) to screen pixels (screen coordinates).
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Function PointsToScreenPixelsY ( _
Points As Integer _
) As Integer
'Usage
Dim instance As Window
Dim Points As Integer
Dim returnValue As Integer
returnValue = instance.PointsToScreenPixelsY(Points)
int PointsToScreenPixelsY(
int Points
)
Parameters
Points
Type: System.Int32Required Integer. The number of points vertically along the left edge of the document window, starting from the top.
Return Value
Type: System.Int32