ComponentOne FlexPivot for WinForms
Clear(ClearFlags,Int32,Int32,Int32,Int32) Method

C1.Win.FlexPivot.4 Assembly > C1.Win.FlexPivot Namespace > C1FlexPivotGrid Class > Clear Method : Clear(ClearFlags,Int32,Int32,Int32,Int32) Method
Syntax
'Declaration
 
Public Overloads Sub Clear( _
   ByVal clearFlags As C1.Win.C1FlexGrid.ClearFlags, _
   ByVal topRow As System.Integer, _
   ByVal leftCol As System.Integer, _
   ByVal bottomRow As System.Integer, _
   ByVal rightCol As System.Integer _
) 
public void Clear( 
   C1.Win.C1FlexGrid.ClearFlags clearFlags,
   System.int topRow,
   System.int leftCol,
   System.int bottomRow,
   System.int rightCol
)

Parameters

clearFlags
topRow
leftCol
bottomRow
rightCol
See Also

Reference

C1FlexPivotGrid Class
C1FlexPivotGrid Members
Overload List