var instance = new GC.Spread.Sheets.Tables.Table(name, row, col, rowCount, colCount, style, options); var value; // Type: Table value = instance.setColumnName(tableColumnIndex, name);
function setColumnName( tableColumnIndex : string, name : string ) : Table;
Parameters
- tableColumnIndex
- The column index of the table header. The index is zero-based.
- name
- The header text.
Return Value
The table.