[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.IRange.Column2

Column2 Property

Column2

Gets the zero based column number of the last column of this IRange.

Declaration
int Column2 { get; }
ReadOnly Property Column2 As Integer
Property Value
Type Description
int

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.