Spread Silverlight Documentation
OnRemoveRows Method (HideRowFilter)


GrapeCity.Windows.SpreadSheet.Data Namespace > HideRowFilter Class : OnRemoveRows Method
The row index at which to start removing rows.
The number of rows to remove.
Removes rows in the filter from the specified row.
Syntax
'Declaration
 
Protected Overrides Sub OnRemoveRows( _
   ByVal row As System.Integer, _
   ByVal count As System.Integer _
) 
'Usage
 
Dim instance As HideRowFilter
Dim row As System.Integer
Dim count As System.Integer
 
instance.OnRemoveRows(row, count)
protected override void OnRemoveRows( 
   System.int row,
   System.int count
)

Parameters

row
The row index at which to start removing rows.
count
The number of rows to remove.
See Also

Reference

HideRowFilter Class
HideRowFilter Members