Clear(ClearFlags,Int32,Int32) Method | FlexGrid for WinForms | ComponentOne
C1.Win.C1FlexGrid Namespace / C1FlexGrid Class / Clear Method / Clear(ClearFlags,Int32,Int32) Method
ClearFlags value that specifies the elements to clear.
Row index.
Column index.

In This Topic
Clear(ClearFlags,Int32,Int32) Method
In This Topic
Overridden to clear merged ranges.
Syntax
'Declaration
 
Public Overloads Sub Clear( _
   ByVal clearFlags As ClearFlags, _
   ByVal row As Integer, _
   ByVal col As Integer _
) 
 

Parameters

clearFlags
ClearFlags value that specifies the elements to clear.
row
Row index.
col
Column index.
See Also