FlexGrid for WinForms | ComponentOne
C1.Win.FlexGrid Namespace / CellStyleCollection Class / Remove Method / Remove(CellStyle) Method
Style to be removed from the collection.

In This Topic
    Remove(CellStyle) Method
    In This Topic
    Removes a custom style from the collection.
    Syntax
    'Declaration
     
    
    Public Overloads Sub Remove( _
       ByVal style As CellStyle _
    ) 
    public void Remove( 
       CellStyle style
    )

    Parameters

    style
    Style to be removed from the collection.
    Remarks
    Built-in styles can't be removed.
    See Also