Spread WinForms 15
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / StyleCollection Class / RemoveAt Method
The specified index integer.


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

Parameters

index
The specified index integer.
See Also