[]
Removes the columns at the specified index.
public void RemoveColumns(int column, int count)
Public Sub RemoveColumns(column As Integer, count As Integer)
| Type | Name | Description |
|---|---|---|
| int | column | First column to remove |
| int | count | Number of columns to remove |