'Declaration Protected Overrides Sub OnAddRows( _ ByVal row As Integer, _ ByVal count As Integer _ )
'Usage Dim instance As HideRowFilter Dim row As Integer Dim count As Integer instance.OnAddRows(row, count)
Parameters
- row
- The row index of the row after which to add rows.
- count
- The number of rows to add.