Spread Windows Forms 12.0 Product Documentation
RemoveAt Method (SubStyleCollection)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > SubStyleCollection Class : RemoveAt Method
The specified index integer.
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)
public override void RemoveAt( 
   int index
)

Parameters

index
The specified index integer.
See Also

Reference

SubStyleCollection Class
SubStyleCollection Members