[]
Removes columns from the specified starting position.
void RemoveColumns(int column, int columnCount)
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 |