[]
        
(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; }
ReadOnly Default Property Item(name As String) As IStyle
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; }
ReadOnly Default Property Item(index As Integer) As IStyle
Parameters
Type Name Description
int index

Specifies the index of an element in the collection.

Property Value
Type Description
IStyle

Returns IStyle.