[]
Checks whether columns can be added at a specific column index.
bool CanAddColumns(int column)
Function CanAddColumns(column As Integer) As Boolean
Type | Name | Description |
---|---|---|
int | column | Column index |
Type | Description |
---|---|
bool | True if columns can be added |