[]
        
(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; }
ReadOnly Default Property Item(rowOffset As Integer, columnOffset As Integer) As IRange
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; }
ReadOnly Default Property Item(index As Integer) As IRange
Parameters
Type Name Description
int index

The index of range.

Property Value
Type Description
IRange

IRange.