Clear(ClearFlags,Int32,Int32,Int32,Int32) Method
In This Topic
Clears a range.
Syntax
'Declaration
Public Overloads Sub Clear( _
ByVal As ClearFlags, _
ByVal As Integer, _
ByVal As Integer, _
ByVal As Integer, _
ByVal As Integer _
)
public void Clear(
ClearFlags ,
int ,
int ,
int ,
int
)
Parameters
- clearFlags
- C1.Win.C1FlexGrid.ClearFlags value that specifies the elements to clear.
- topRow
- Top row in the range.
- leftCol
- Left column in the range.
- bottomRow
- Bottom row in the range.
- rightCol
- Right column in the range.
See Also