FlexGrid for WinForms | ComponentOne
C1.Win.FlexGrid Namespace / CellStyleCollection Class / Remove Method / Remove(String) Method
Name of the style to be removed.

In This Topic
    Remove(String) Method
    In This Topic
    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