[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.ICellCollection.Item

this Property

this[string]

Gets the IRange object with the specified reference.

Declaration
IRange this[string reference] { get; }
Parameters
Type Name Description
string reference

The reference.

Property Value
Type Description
IRange

IRange.

this[int, int]

Gets the IRange object with the specified row and column offset.

Declaration
IRange this[int rowOffset, int columnOffset] { get; }
Parameters
Type Name Description
int rowOffset

The row offset.

int columnOffset

The column offset.

Property Value
Type Description
IRange

IRange.