ComponentOne True DBGrid for WinForms
RemoveAt Method (GridStyleCollection)

C1.Win.C1TrueDBGrid.4 Assembly > C1.Win.C1TrueDBGrid Namespace > GridStyleCollection Class : RemoveAt Method
Teh zero-based index of the Style to remove.
Removes the Style at the specified index.
Syntax
'Declaration
 
Public Shadows Sub RemoveAt( _
   ByVal index As System.Integer _
) 
public new void RemoveAt( 
   System.int index
)

Parameters

index
Teh zero-based index of the Style to remove.
See Also

Reference

GridStyleCollection Class
GridStyleCollection Members