[]
Drops the row from the original index from to the index to.
protected override Task DropRowAsync(int from, int to)
| Type | Name | Description |
|---|---|---|
| int | from | The original index of the row. |
| int | to | The index were the row was dropped. |
| Type | Description |
|---|---|
| Task |
Drops the row from the original index from to the index to.
protected virtual Task DropRowAsync(GridRowColType rowType, int from, int to)
| Type | Name | Description |
|---|---|---|
| GridRowColType | rowType | The type of row. |
| int | from | The original index of the row. |
| int | to | The index were the row was dropped. |
| Type | Description |
|---|---|
| Task |