[]
Removes a column at the specified position.
public void RemoveColumn(int column)
Public Sub RemoveColumn(column As Integer)
Type | Name | Description |
---|---|---|
int | column | Index of column to remove |
Type | Condition |
---|---|
ArgumentOutOfRangeException | Specified column is out of range; must be between 0 and total number of columns |