[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.ICellCollection.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 rowOffset, int columnOffset] { get; }
Parameters
Type Name Description
int rowOffset

行偏移。

int columnOffset

列偏移。

Property Value
Type Description
IRange

IRange。