GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IRange Interface / Column2 Property


In This Topic
Column2 Property (IRange)
In This Topic
Gets the zero based column number of the last column of this IRange.
Syntax
'Declaration
 
ReadOnly Property Column2 As Integer
 
'Usage
 
Dim instance As IRange
Dim value As Integer
 
value = instance.Column2

Property Value

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