ComponentOne FlexGrid for WinForms
Remove(Int32) Method

C1.Win.C1FlexGrid Namespace > CellStyleCollection Class > Remove Method : Remove(Int32) Method
Index of the style to be removed.
Removes a custom style from the collection.
Syntax
'Declaration
 
Public Overloads Sub Remove( _
   ByVal index As Integer _
) 
public void Remove( 
   int index
)

Parameters

index
Index of the style to be removed.
Remarks
Built-in styles can't be removed.
See Also

Reference

CellStyleCollection Class
CellStyleCollection Members
Overload List