SpreadJS Documentation
CellExpression type
Represents a cell reference expression.
Syntax
var instance = new GcSpread.Sheets.Calc.Expressions.CellExpression(row, column, rowRelative, columnRelative);
function CellExpression;
Inheritance Hierarchy

Object
   GcSpread.Sheets.Calc.Expressions.ReferenceExpression
      GcSpread.Sheets.Calc.Expressions.CellExpression
         GcSpread.Sheets.Calc.Expressions.BangCellExpression

Constructors
 NameDescription
public ConstructorCellExpression ConstructorRepresents a cell reference expression.  
Top
Methods
 NameDescription
public MethodgetRangeGets the identity of the current expressions based on baseRow and baseColumn.  
Top
See Also

Reference

GcSpread.Sheets.Calc.Expressions Namespace

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.