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


In This Topic
RightColumn Property (ExcelPictShape)
In This Topic
Gets or sets the right column.
Syntax
'Declaration
 
Public Property RightColumn As Integer
 
'Usage
 
Dim instance As ExcelPictShape
Dim value As Integer
 
instance.RightColumn = value
 
value = instance.RightColumn

Property Value

The right column.
See Also