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

Object
   GcSpread.Sheets.Calc.Expressions.RangeExpression
      GcSpread.Sheets.Calc.Expressions.BangRangeExpression

Constructors
 NameDescription
public ConstructorBangRangeExpression ConstructorRepresents a cell range reference on the current sheet.  
Top
Methods
 NameDescription
public MethodgetRange (Inherited from GcSpread.Sheets.Calc.Expressions.RangeExpression)
Top
See Also

Reference

GcSpread.Sheets.Calc.Expressions Namespace

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.