[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.IRangeProvider.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.

Declaration
IRange this[int row, int column] { get; }
Parameters
Type Name Description
int row

The row.

int column

The column.

Property Value
Type Description
IRange

IRange.

this[int, int, int, int]

Gets the IRange object with the specified row and column.

Declaration
IRange this[int row, int column, int rowCount, int columnCount] { get; }
Parameters
Type Name Description
int row

The row.

int column

The column.

int rowCount

The row count.

int columnCount

The column count.

Property Value
Type Description
IRange

IRange.