Pane.PointsToScreenPixelsX Method

Returns or sets a pixel point on the screen.

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

Syntax

'Declaration
Function PointsToScreenPixelsX ( _
    Points As Integer _
) As Integer
'Usage
Dim instance As Pane
Dim Points As Integer
Dim returnValue As Integer

returnValue = instance.PointsToScreenPixelsX(Points)
int PointsToScreenPixelsX(
    int Points
)

Parameters

  • Points
    Type: System.Int32

    Location of the pixel on the screen.

Return Value

Type: System.Int32
Integer

See Also

Reference

Pane Interface

Pane Members

Microsoft.Office.Interop.Excel Namespace