Spread WinForms 15
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / HolidayStyleCollection Class / RemoveAt Method
The System.Int32 value that indicates the index of the item.


In This Topic
RemoveAt Method (HolidayStyleCollection)
In This Topic
Removes the element with the specified index from the HolidayStyleCollection.
Syntax
'Declaration
 
Public Overrides Sub RemoveAt( _
   ByVal index As Integer _
) 
 
'Usage
 
Dim instance As HolidayStyleCollection
Dim index As Integer
 
instance.RemoveAt(index)

Parameters

index
The System.Int32 value that indicates the index of the item.
See Also