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


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

Property Value

The width in pixel.
See Also