OnAddRows Method
OnAddRows(int, int)
Processes the addition of rows to the data model.
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 at which to start
|
int |
count |
Number of rows to add
|