Spread Windows Forms 12.0 Product Documentation
RemoveAt Method (StyleCollection)


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

Parameters

index
The specified index integer.
See Also

Reference

StyleCollection Class
StyleCollection Members