[]
Removes columns from the specified starting position.
public void RemoveColumns(int column, int columnCount)
Public Sub RemoveColumns(column As Integer, columnCount As Integer)
| Type | Name | Description |
|---|---|---|
| int | column | Column index at which to start removing columns |
| int | columnCount | Number of columns to remove |