GcSpread.Sheets.Calc Namespace : CalcSource type |
var instance = new GcSpread.Sheets.Calc.CalcSource(service);
function CalcSource;
Object
GcSpread.Sheets.Calc.CalcSource
Name | Description | |
---|---|---|
CalcSource Constructor | Represents a source, usually bound to a sheet; however, you can set up group elements as a source. |
Name | Description | |
---|---|---|
getCalcService | Gets the relative calculation service. | |
getCalcSourceModel | Gets the relative CalcSourceModel. | |
getColumnCount | Gets the column count of current source. | |
getCustomFunction | Gets the custom function by function name. | |
getCustomName | Gets the custom name. | |
getEvaluatorContext | Gets the evaluator context. | |
getName | Gets the name of this CalcSource. | |
getParserContext | Gets the parser context. | |
getReference | Gets the reference. | |
getRowCount | Gets the row count of current source. | |
getValue | Gets the value using cell indexes. | |
getValueByName | Gets the value by name. | |
isHiddenRow | Specifies the row is a hidden row for the SUBTOTAL function. | |
setArrayFormula | Sets the array formula to the CalcSource. | |
setFormula | Sets the formula to the CalcSource. | |
setFormulaByName | Sets the formula to the CalcSource. | |
setValue | Sets the calculated result to the CalcSource. | |
setValueByName | Sets the calculated result to the CalcSource that the formula was set by name. |