deleteColumn
deleteColumn(int columnIndex) function
Deletes the specified column
Parameters
| Name | Type | Description |
|---|---|---|
| columnIndex | int | The zero-based index of the column to delete. |
Error
| Error | Condition |
|---|---|
| ArgumentOutOfRangeException | If columnIndex less than zero or greater or equal to the ColumnCount |