Spread Windows Forms 12.0 Product Documentation
Column Property (RangeReference)


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

Property Value

An integer represents the index of the left column.
See Also

Reference

RangeReference Structure
RangeReference Members