[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.HolidayStyleCollection.Insert

Insert Method

Insert(int, string)

Inserts a new HolidayStyle with the specified key into the HolidayStyleCollection.

Declaration
public void Insert(int index, string key)
Public Sub Insert(index As Integer, key As String)
Parameters
Type Name Description
int index

The index of this inserted HolidayStyle.

string key

The key of this inserted HolidayStyle.

Insert(int, string, HolidayStyle)

Inserts an item with the specified key and value into the HolidayStyleCollection.

Declaration
public void Insert(int index, string key, HolidayStyle holidayStyle)
Public Sub Insert(index As Integer, key As String, holidayStyle As HolidayStyle)
Parameters
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.