Spread Windows Forms 12.0 Product Documentation
RemoveAt Method (HolidayStyleCollection)


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.
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)
public override void RemoveAt( 
   int index
)

Parameters

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

Reference

HolidayStyleCollection Class
HolidayStyleCollection Members