Spread Windows Forms 13.0 Product Documentation
FarPoint.CalcEngine Assembly / FarPoint.CalcEngine Namespace / ConstantExpression Class
Members


In This Topic
    ConstantExpression Class
    In This Topic
    Represents the abstract class from which all constant value expression types derive. This class is abstract (MustInherit in Visual Basic) and so cannot be instantiated.
    Object Model
    ConstantExpression Class
    Syntax
    'Declaration
     
    Public MustInherit Class ConstantExpression 
       Inherits Expression
    'Usage
     
    Dim instance As ConstantExpression
    public abstract class ConstantExpression : Expression 
    Remarks
    For more information about expressions and formulas, refer to the Formula Overview.
    Inheritance Hierarchy
    See Also