[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.IRange.Column

Column Property

Column

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

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

An integer that specifies the zero based column number of the first column.

Remarks

If this IRange contains multiple areas, the first column number of the first area is returned.