var instance = new GC.Spread.Sheets.Tables.TableManager(sheet); var value; // Type: any value = instance.add(name, row, column, rowCount, columnCount, style, options);
function add( name : string, row : number, column : number, rowCount : number, columnCount : number, style : TableTheme, options : Object ) : any;
Parameters
- name
- The table name.
- row
- The row index.
- column
- The column index.
- rowCount
- The row count of the table.
- columnCount
- The column count of the table.
- style
- The style of the table.
- options
- The initialization options of the table.