Spread Windows Forms 12.0 Product Documentation
Column Property (CellReference)


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > CellReference Structure : Column Property
Gets the column index.
Syntax
'Declaration
 
Public ReadOnly Property Column As Integer
'Usage
 
Dim instance As CellReference
Dim value As Integer
 
value = instance.Column
public int Column {get;}

Property Value

An integer value represents the column index.
See Also

Reference

CellReference Structure
CellReference Members