[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.IRangeProvider.Item

this Property

this[string]

获取具有指定引用的IRange 对象。

Declaration
IRange this[string reference] { get; }
Parameters
Type Name Description
string reference

引用。

Property Value
Type Description
IRange

IRange。

this[int, int]

获取具有指定行和列的IRange 对象。

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

行。

int column

列。

Property Value
Type Description
IRange

IRange。

this[int, int, int, int]

获取具有指定行和列的IRange 对象。

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

行。

int column

列。

int rowCount

行数。

int columnCount

列数。

Property Value
Type Description
IRange

IRange。