Spread Silverlight Documentation
OnRemoveRows Method (RowFilterBase)


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 MustOverride Sub OnRemoveRows( _
   ByVal row As System.Integer, _
   ByVal count As System.Integer _
) 
'Usage
 
Dim instance As RowFilterBase
Dim row As System.Integer
Dim count As System.Integer
 
instance.OnRemoveRows(row, count)
protected abstract 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.
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

RowFilterBase Class
RowFilterBase Members

 

 


Copyright © GrapeCity, inc. All rights reserved.