[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.StyleCollection.Item

this Property

this[int]

Gets the Style at the specified index.

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

An int value that indicates the specified index.

this[string]

Gets the Style with the specified key.

Declaration
public Style this[string key] { get; }
Public ReadOnly Default Property Item(key As String) As Style
Parameters
Type Name Description
string key
Property Value
Type Description
Style

A string value that indicates the specified key.