[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.IRange.Item

this Property

this[int, int]

Returns a new instance of IRange which is offset from this IRange.

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.

this[int]

Returns a new instance of IRange by index which represents a cell.

Declaration
IRange this[int index] { get; }
Parameters
Type Name Description
int index

The index of range.

Property Value
Type Description
IRange

IRange.