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


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

Parameters

index
The specified index integer.
See Also