Spread Silverlight Documentation
OnClear Method (RowFilterBase)


GrapeCity.Windows.SpreadSheet.Data Namespace > RowFilterBase Class : OnClear Method
The row index of the first row in the selected range.
The column index of the first column in the selected range.
The number of rows in the selected range.
The number of columns in the selected range.
Removes filters in the specified range
Syntax
'Declaration
 
Protected MustOverride Sub OnClear( _
   ByVal row As System.Integer, _
   ByVal column As System.Integer, _
   ByVal rowCount As System.Integer, _
   ByVal columnCount As System.Integer _
) 
'Usage
 
Dim instance As RowFilterBase
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 abstract void OnClear( 
   System.int row,
   System.int column,
   System.int rowCount,
   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

Reference

RowFilterBase Class
RowFilterBase Members