OnAddRows Method
OnAddRows(int, int)
Occurs when rows are added.
Declaration
protected virtual void OnAddRows(int row, int count)
Protected Overridable Sub OnAddRows(row As Integer, count As Integer)
Parameters
| Type |
Name |
Description |
| int |
row |
Row index
|
| int |
count |
Number of rows
|