C1.Win.C1FlexGrid Namespace / C1FlexGridBase Class / Clear Method / Clear(ClearFlags,CellRange) Method
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 _
) 
 

Parameters

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