[]
        
(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; }
ReadOnly Default Property Item(reference As String) As IRange
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; }
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.