ComponentOne FlexPivot for WinForms
C1.Win.FlexPivot.8 Assembly / C1.Win.FlexPivot Namespace / C1FlexPivotGrid Class / Clear Method / Clear(ClearFlags,Int32,Int32,Int32,Int32) Method

In This Topic
    Clear(ClearFlags,Int32,Int32,Int32,Int32) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Sub Clear( _
       ByVal clearFlags As C1.Win.FlexGrid.ClearFlags, _
       ByVal topRow As Integer, _
       ByVal leftCol As Integer, _
       ByVal bottomRow As Integer, _
       ByVal rightCol As Integer _
    ) 
    public void Clear( 
       C1.Win.FlexGrid.ClearFlags clearFlags,
       int topRow,
       int leftCol,
       int bottomRow,
       int rightCol
    )

    Parameters

    clearFlags
    topRow
    leftCol
    bottomRow
    rightCol
    See Also