[]
Determines whether the from column can dropped at the to position.
protected override bool CanDropColumn(int from, int to)
Protected Overrides Function CanDropColumn(from As Integer, [to] As Integer) As Boolean
| Type | Name | Description |
|---|---|---|
| int | from | The original index of the column. |
| int | to | The index were the column would be dropped. |
| Type | Description |
|---|---|
| bool |