[]
Removes the column or columns on this sheet at the specified index.
public virtual void RemoveColumns(int column, int count)
Public Overridable 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 |