[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.IRange.Columns

Columns Property

Columns

Gets a new instance of IRange which represents all columns belong to this IRange.

Declaration
IRange Columns { get; }
ReadOnly Property Columns As IRange
Property Value
Type Description
IRange

An IRange object that specifies all columns.

Remarks

If this IRange contains multiple areas, the new IRange contains columns of the first area only.