'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)
Parameters
- row
- The row index at which to start removing rows.
- count
- The number of rows to remove.