Spread WinForms 15
FarPoint.Excel Assembly / FarPoint.Excel Namespace / ExcelShape Class / TopInPixel Property


In This Topic
TopInPixel Property
In This Topic
Gets or sets the top in pixel.
Syntax
'Declaration
 
Public Property TopInPixel As Single
 
'Usage
 
Dim instance As ExcelShape
Dim value As Single
 
instance.TopInPixel = value
 
value = instance.TopInPixel

Property Value

The top in pixel.
See Also