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


In This Topic
HeightInPixel Property
In This Topic
Gets the height in pixel.
Syntax
'Declaration
 
Public ReadOnly Property HeightInPixel As Single
 
'Usage
 
Dim instance As ExcelShape
Dim value As Single
 
value = instance.HeightInPixel

Property Value

The height in pixel.
See Also