Spread Silverlight Documentation
OnClear Method (HideRowFilter)


GrapeCity.Windows.SpreadSheet.Data Namespace > HideRowFilter 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 from the specified range
Syntax
'Declaration
 
Protected Overrides 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 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 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

HideRowFilter Class
HideRowFilter Members