[]
Occurs when rows are swapped.
protected virtual void OnSwapRows(int fromRow, int toRow, int count)
Protected Overridable Sub OnSwapRows(fromRow As Integer, toRow As Integer, count As Integer)
Type | Name | Description |
---|---|---|
int | fromRow | Start row index |
int | toRow | End row index |
int | count | Number of rows |