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