Spread WinForms 15
FarPoint.Excel Assembly / FarPoint.Excel Namespace / ExcelPictShape Class / RightOffSet Property


In This Topic
RightOffSet Property (ExcelPictShape)
In This Topic
Gets or sets the right off set.
Syntax
'Declaration
 
Public Property RightOffSet As Double
 
'Usage
 
Dim instance As ExcelPictShape
Dim value As Double
 
instance.RightOffSet = value
 
value = instance.RightOffSet

Property Value

The right off set.
See Also