[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.SubStyleCollection.Item

this Property

this[int]

Gets the SubStyle at the specified index.

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

this[string]

Gets the SubStyle with the specified key.

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