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