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


In This Topic
RightOffset Property (ExcelShape)
In This Topic
Gets or sets the right offset.
Syntax
'Declaration
 
Public Property RightOffset As Double
 
'Usage
 
Dim instance As ExcelShape
Dim value As Double
 
instance.RightOffset = value
 
value = instance.RightOffset

Property Value

The right offset.
See Also