[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.HolidayStyleCollection.Item

this Property

this[int]

Gets the HolidayStyle at the specified index.

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

An int value that indicates the index.

this[string]

Gets the HolidayStyle with the specified key.

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

A string value that indicates the key.