SpreadJS Documentation
ExternalRangeExpression type
Represents a cell range reference expression.
Syntax
var instance = new GcSpread.Sheets.Calc.Expressions.ExternalRangeExpression(source,
                                                                           startRow,
                                                                           startColumn,
                                                                           endRow,
                                                                           endColumn,
                                                                           startRowRelative,
                                                                           startColumnRelative,
                                                                           endRowRelative,
                                                                           endColumnRelative);
function ExternalRangeExpression;
Inheritance Hierarchy

Object
   GcSpread.Sheets.Calc.Expressions.ExternalReferenceExpression
      GcSpread.Sheets.Calc.Expressions.ExternalRangeExpression

Constructors
 NameDescription
public ConstructorExternalRangeExpression ConstructorRepresents a cell range 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.