Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Reference Structure / Column Property


In This Topic
Column Property (Reference)
In This Topic
Gets the left column index.
Syntax
'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.
See Also