IWindow.PointsToScreenPixelsY Method
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 IWindow
Dim Points As Integer
Dim returnValue As Integer
returnValue = instance.PointsToScreenPixelsY(Points)
int PointsToScreenPixelsY(
int Points
)
Parameters
- Points
Type: System.Int32
Return Value
Type: System.Int32