SpreadJS Documentation
FormulaInformation type
Represents the formula information for a cell.
Syntax
var instance = new GcSpread.Sheets.FormulaInformation(name);
function FormulaInformation;
Inheritance Hierarchy

Object
   GcSpread.Sheets.FormulaInformation

Constructors
 NameDescription
public ConstructorFormulaInformation ConstructorRepresents the formula information for a cell.  
Top
Fields
 NameDescription
public FieldbaseRangeIndicates the base range of the array formula.  
public FieldformulaIndicates the formula string for the cell.  
public FieldhasFormulaIndicates whether there is a formula in the cell.  
public FieldisArrayFormulaIndicates whether the formula in the cell is an array formula.  
Top
See Also

Reference

GcSpread.Sheets Namespace
Using Formulas

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.