Occurs when footer rows are added.
Declaration
protected virtual void OnAddColumnFooterRows(int row, int count)
Protected Overridable Sub OnAddColumnFooterRows(row As Integer, count As Integer)
Parameters
Type |
Name |
Description |
int |
row |
Determines add position
|
int |
count |
Determines number of added rows
|