ComponentOne FlexPivot for WinForms
C1.Win.FlexPivot.4.5.2 Assembly / C1.Win.FlexPivot Namespace / C1FlexPivotGrid Class / Clear Method / Clear(ClearFlags,CellRange) Method
C1.Win.C1FlexGrid.ClearFlags value that specifies the elements to clear.
Range to clear.

In This Topic
    Clear(ClearFlags,CellRange) Method
    In This Topic
    Clears a range.
    Syntax
    'Declaration
     
    Public Overloads Sub Clear( _
       ByVal clearFlags As ClearFlags, _
       ByVal rg As CellRange _
    ) 
    public void Clear( 
       ClearFlags clearFlags,
       CellRange rg
    )

    Parameters

    clearFlags
    C1.Win.C1FlexGrid.ClearFlags value that specifies the elements to clear.
    rg
    Range to clear.
    See Also