[]
Drops the row from the original index from to the index to.
protected override Task DropRowAsync(bool isHeader, int from, int to)
| Type | Name | Description |
|---|---|---|
| bool | isHeader | True if the row belongs to the headers area. |
| int | from | The original index of the row. |
| int | to | The index were the row was dropped. |
| Type | Description |
|---|---|
| Task |