[]
Removes one or more columns starting with the column at the specified position.
public void RemoveColumns(int column, int count)
Public Sub RemoveColumns(column As Integer, count As Integer)
Type | Name | Description |
---|---|---|
int | column | Index of first column to remove |
int | count | Number of columns to remove |
Type | Condition |
---|---|
ArgumentOutOfRangeException | Specified column is out of range; must be between 0 and total number of columns |
ArgumentOutOfRangeException | Specified number of columns is out of range; must be between 1 and total number of columns beyond the specified starting column |