[]
Drops the column from the original index from
to the index to
.
protected override Task DropColumnAsync(int from, int to)
Type | Name | Description |
---|---|---|
int | from | The original index of the column. |
int | to | The index were the column was dropped. |
Type | Description |
---|---|
Task |