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.getColumnFormula(tableColumnIndex);
function getColumnFormula( tableColumnIndex : number ) : string;
Parameters
- tableColumnIndex
- The column index of the table footer. The index is zero-based.
Return Value
The table footer formula.