ComponentOne FlexGrid for WinForms
Remove(String) Method

C1.Win.C1FlexGrid Namespace > CellStyleCollection Class > Remove Method : Remove(String) Method
Name of the style to be removed.
Removes a custom style from the collection.
Syntax
'Declaration
 
Public Overloads Sub Remove( _
   ByVal name As String _
) 
public void Remove( 
   string name
)

Parameters

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

Reference

CellStyleCollection Class
CellStyleCollection Members
Overload List