Pane.PointsToScreenPixelsY Method
Returns or sets the location of the pixel on the screen.
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 Pane
Dim Points As Integer
Dim returnValue As Integer
returnValue = instance.PointsToScreenPixelsY(Points)
int PointsToScreenPixelsY(
int Points
)
Parameters
Points
Type: System.Int32Location of the starting point.
Return Value
Type: System.Int32
Integer