Uses of Class
csheets.core.formula.lang.RangeReference

Packages that use RangeReference
csheets.core.formula.lang Provides the operators, functions and references supported by the formula language. 
 

Uses of RangeReference in csheets.core.formula.lang
 

Methods in csheets.core.formula.lang that return RangeReference
 RangeReference ReferenceOperation.getOperator()
           
 

Constructors in csheets.core.formula.lang with parameters of type RangeReference
ReferenceOperation(Reference leftOperand, RangeReference operator, Reference rightOperand)
          Creates a new reference operation.