[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.IStyles.Item

this Property

this[int]

Gets the IStyle object at the specified index.

Declaration
IStyle this[int index] { get; }
ReadOnly Default Property Item(index As Integer) As IStyle
Parameters
Type Name Description
int index

The index number of the style.

Property Value
Type Description
IStyle

An IStyle object at the specified index.

this[string]

Gets the IStyle object with the specified name.

Declaration
IStyle this[string name] { get; }
ReadOnly Default Property Item(name As String) As IStyle
Parameters
Type Name Description
string name

The name of the style.

Property Value
Type Description
IStyle

An IStyle object with the specified name.

this[BuiltInStyle]

Gets the built-in IStyle object.

Declaration
IStyle this[BuiltInStyle builtInStyle] { get; }
ReadOnly Default Property Item(builtInStyle As BuiltInStyle) As IStyle
Parameters
Type Name Description
BuiltInStyle builtInStyle

A builtInStyle value indicates the built-in style.

Property Value
Type Description
IStyle

The built-in IStyle object.