Delete Method
Delete(int, int)
Deletes the column(s) of data in the table.
Declaration
void Delete(int position, int count)
Sub Delete(position As Integer, count As Integer)
Parameters
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).
|