[]
Removes columns from the table.
public void RemoveColumns(int column, int count)
Public Sub RemoveColumns(column As Integer, count As Integer)
Type | Name | Description |
---|---|---|
int | column | Table column index |
int | count | Number of columns to remove |