[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.ITableColumns.Delete

Delete Method

Delete(int, int)

Deletes the column(s) of data in the table.

Declaration
void Delete(int position, int count)
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).