[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.IStyleCollection.Item

this Property

this[string]

Returns the IStyle object from a collection.

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

Specifies the name of an element in the collection.

Property Value
Type Description
IStyle

Returns IStyle.

this[int]

Returns the IStyle object from a collection.

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

Specifies the index of an element in the collection.

Property Value
Type Description
IStyle

Returns IStyle.