[]
Deletes the column(s) of data in the table.
void Delete(int position, int count)
Sub Delete(position As Integer, count As Integer)
Type | Name | Description |
---|---|---|
int | position | 0 based Integer. Specifies the relative position of the deleted column(s). |
int | count | Specifies the count of the deleted column(s). |