var instance = new GC.Spread.Sheets.Tables.Table(name, row, col, rowCount, colCount, style, options); var returnValue; // Type: any returnValue = instance.name(value);
function name( value : string ) : any;
Parameters
- value
- The table name.
Return Value
If no value is set, returns the table name; otherwise, returns the table.