[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.HolidayStyleCollection.RemoveAt

RemoveAt Method

RemoveAt(int)

Removes the element with the specified index from the HolidayStyleCollection.

Declaration
public override void RemoveAt(int index)
Public Overrides Sub RemoveAt(index As Integer)
Parameters
Type Name Description
int index

The int value that indicates the index of the item.

Overrides