Column Property (Reference)
Gets the left column index.
public int Column {get; set;}
'Declaration
Public Property Column As Integer
'Usage
Dim instance As Reference
Dim value As Integer
instance.Column = value
value = instance.Column
Property Value
An integer value represents the left column index.