var instance = new GC.Spread.Sheets.Tables.Table(name, row, col, rowCount, colCount, style, options, options.showHeader, options.showFooter, options.useFooterDropDownList, options.showResizeHandle); instance.deleteColumns(col, count);
Parameters
- col
- The index of the first column to delete, based on table index.
- count
- The number of columns to delete.