Spread Windows Forms 12.0 Product Documentation
Column2 Property (RangeReference)


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

Property Value

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

Reference

RangeReference Structure
RangeReference Members