Spread Silverlight Documentation
OnClear Method (HideRowFilter)


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.
Requirements

Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

Reference

HideRowFilter Class
HideRowFilter Members

 

 


Copyright © GrapeCity, inc. All rights reserved.