SpreadJS Documentation
CalcSource type
Represents a source, usually bound to a sheet; however, you can set up group elements as a source.
Syntax
var instance = new GcSpread.Sheets.Calc.CalcSource(service);
function CalcSource;
Inheritance Hierarchy

Object
   GcSpread.Sheets.Calc.CalcSource

Constructors
 NameDescription
public ConstructorCalcSource ConstructorRepresents a source, usually bound to a sheet; however, you can set up group elements as a source.  
Top
Methods
 NameDescription
public MethodgetCalcServiceGets the relative calculation service.  
public MethodgetCalcSourceModelGets the relative CalcSourceModel.  
public MethodgetColumnCountGets the column count of current source.  
public MethodgetCustomFunctionGets the custom function by function name.  
public MethodgetCustomNameGets the custom name.  
public MethodgetEvaluatorContextGets the evaluator context.  
public MethodgetNameGets the name of this CalcSource.  
public MethodgetParserContextGets the parser context.  
public MethodgetReferenceGets the reference.  
public MethodgetRowCountGets the row count of current source.  
public MethodgetValueGets the value using cell indexes.  
public MethodgetValueByNameGets the value by name.  
public MethodisHiddenRowSpecifies the row is a hidden row for the SUBTOTAL function.  
public MethodsetArrayFormulaSets the array formula to the CalcSource.  
public MethodsetFormulaSets the formula to the CalcSource.  
public MethodsetFormulaByNameSets the formula to the CalcSource.  
public MethodsetValueSets the calculated result to the CalcSource.  
public MethodsetValueByNameSets the calculated result to the CalcSource that the formula was set by name.  
Top
See Also

Reference

GcSpread.Sheets.Calc Namespace

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.