GcSpread.Sheets.Calc Namespace : CalcService type |
var instance = new GcSpread.Sheets.Calc.CalcService();
function CalcService;
Object
GcSpread.Sheets.Calc.CalcService
Name | Description | |
---|---|---|
CalcService Constructor | Represents a calculation service. |
Name | Description | |
---|---|---|
getSourceModel | Gets the CalcSourceModel for the specific CalcSource. | |
recalculate | Recalculates one cell and all of the dependent cells and names. | |
recalculateAll | Recalculates all dirty cells. | |
recalculateByName | Recalculates one name and all of the dependent cells and names. | |
removeSource | Removes the specific CalcSource and the relation CalcSourceModel from the CalcService. |