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


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

Property Value

The right in pixel.
See Also