[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.IRange.Item

this Property

this[int, int]

返回一个从当前 IRange 偏移的新 IRange 实例。

Declaration
IRange this[int rowOffset, int columnOffset] { get; }
Parameters
Type Name Description
int rowOffset

行偏移量。

int columnOffset

列偏移量。

Property Value
Type Description
IRange

IRange。

this[int]

通过索引返回一个代表单元格的新IRange 实例。

Declaration
IRange this[int index] { get; }
Parameters
Type Name Description
int index

Range的索引。

Property Value
Type Description
IRange

IRange。