RemoveColumns Method
RemoveColumns(int, int)
Removes the columns at the specified index.
Declaration
public void RemoveColumns(int column, int count)
Public Sub RemoveColumns(column As Integer, count As Integer)
Parameters
Type |
Name |
Description |
int |
column |
First column to remove
|
int |
count |
Number of columns to remove
|