Spread Windows Forms 15.0
FarPoint.CalcEngine Assembly / FarPoint.CalcEngine Namespace / ReferenceExpression Class
Members


In This Topic
    ReferenceExpression Class
    In This Topic
    Represents the abstract class from which all reference expression types derive. This class is abstract (MustInherit in Visual Basic) and so cannot be instantiated.
    Syntax
    'Declaration
     
    
    Public MustInherit Class ReferenceExpression 
       Inherits Expression
    'Usage
     
    
    Dim instance As ReferenceExpression
    public abstract class ReferenceExpression : Expression 
    Inheritance Hierarchy

    System.Object
       FarPoint.CalcEngine.Expression
          FarPoint.CalcEngine.ReferenceExpression
             FarPoint.CalcEngine.CellExpression
             FarPoint.CalcEngine.RangeExpression

    See Also