[]
        
(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; }
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.

Declaration
IRange this[int row, int column] { get; }
ReadOnly Default Property Item(row As Integer, column As Integer) As IRange
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; }
ReadOnly Default Property Item(row As Integer, column As Integer, rowCount As Integer, columnCount As Integer) As IRange
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.