[]
Inserts a new HolidayStyle with the specified key into the HolidayStyleCollection.
public void Insert(int index, string key)
Public Sub Insert(index As Integer, key As String)
Type | Name | Description |
---|---|---|
int | index | The index of this inserted HolidayStyle. |
string | key | The key of this inserted HolidayStyle. |
Inserts an item with the specified key and value into the HolidayStyleCollection.
public void Insert(int index, string key, HolidayStyle holidayStyle)
Public Sub Insert(index As Integer, key As String, holidayStyle As HolidayStyle)
Type | Name | Description |
---|---|---|
int | index | The index of this inserted HolidayStyle. |
string | key | . The key of this inserted HolidayStyle. |
HolidayStyle | holidayStyle | The inserted HolidayStyle object. |