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