Removes filters from the specified range
Syntax
'Declaration
Protected Overrides Sub OnClear( _
ByVal As System.Integer, _
ByVal column As System.Integer, _
ByVal As System.Integer, _
ByVal columnCount As System.Integer _
)
'Usage
Dim instance As HideRowFilter
Dim row As System.Integer
Dim column As System.Integer
Dim rowCount As System.Integer
Dim columnCount As System.Integer
instance.OnClear(row, column, rowCount, columnCount)
protected override void OnClear(
System.int ,
System.int column,
System.int ,
System.int columnCount
)
Parameters
- row
- The row index of the first row in the selected range.
- column
- The column index of the first column in the selected range.
- rowCount
- The number of rows in the selected range.
- columnCount
- The number of columns in the selected range.
See Also