OnRemoveColumnHeaderRows Method
OnRemoveColumnHeaderRows(int, int)
Processes the removal of rows from the column header.
Declaration
protected virtual void OnRemoveColumnHeaderRows(int row, int count)
Protected Overridable Sub OnRemoveColumnHeaderRows(row As Integer, count As Integer)
Parameters
Type |
Name |
Description |
int |
row |
Row index at which to start
|
int |
count |
Number of rows to remove
|