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