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


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

Property Value

The left column.
See Also