Spread Windows Forms 12.0 Product Documentation
Column2 Property (IRange)


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > IRange Interface : Column2 Property
Gets the zero based column number of the last column of this Range.
Syntax
'Declaration
 
ReadOnly Property Column2 As Integer
'Usage
 
Dim instance As IRange
Dim value As Integer
 
value = instance.Column2
int Column2 {get;}

Property Value

An integer that specifies the zero based column number of the last column.
Remarks
If this Range contains multiple areas, the last column number of the last area is returned.
See Also

Reference

IRange Interface
IRange Members