var instance = new GC.Spread.Sheets.Tables.Table(name, row, col, rowCount, colCount, style, options);
Parameters
- name
- The table name.
- row
- The table row index.
- col
- The table column index.
- rowCount
- The table row count.
- colCount
- The table column count.
- style
- The table style.
- options
- The initialization options of the table.