[]
Checks whether columns can be removed.
bool CanRemoveColumns(int column, int columnCount)
Function CanRemoveColumns(column As Integer, columnCount As Integer) As Boolean
| Type | Name | Description |
|---|---|---|
| int | column | Column index |
| int | columnCount | Column count |
| Type | Description |
|---|---|
| bool | True if columns can be removed |