RemoveColumns Method
RemoveColumns(int, int)
Removes the column or columns on this sheet at the specified index.
Declaration
public virtual void RemoveColumns(int column, int count)
Public Overridable Sub RemoveColumns(column As Integer, count As Integer)
Parameters
Type |
Name |
Description |
int |
column |
Index of first column to remove
|
int |
count |
Number of columns to remove
|