FlexGrid for WinForms | ComponentOne
C1.Win.FlexGrid Namespace / CellStyleCollection Class / Clear Method

In This Topic
    Clear Method (CellStyleCollection)
    In This Topic
    Clear all styles (even those in use) and reset the built-in styles.
    Syntax
    'Declaration
     
    
    Public Sub Clear() 
    public void Clear()
    Remarks
    The Clear method also removes any custom styles assigned to rows, columns, and cells.
    See Also