[]
Removes one or more columns starting with the column at the specified position.
public void RemoveColumns(int column, int columnCount)
Public Sub RemoveColumns(column As Integer, columnCount As Integer)
Type | Name | Description |
---|---|---|
int | column | Index of first column to remove |
int | columnCount | Number of columns to remove |