[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.IStyleCollection.Item

this Property

this[string]

从集合中返回IStyle 对象。

Declaration
IStyle this[string name] { get; }
Parameters
Type Name Description
string name

指定集合中元素的名称。

Property Value
Type Description
IStyle

返回IStyle

this[int]

从集合中返回IStyle 对象。

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

指定集合中元素的索引。

Property Value
Type Description
IStyle

返回IStyle