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


In This Topic
Column Property (CellReference)
In This Topic
Gets the column index.
Syntax
'Declaration
 
Public ReadOnly Property Column As Integer
 
'Usage
 
Dim instance As CellReference
Dim value As Integer
 
value = instance.Column

Property Value

An integer value represents the column index.
See Also