Spread ASP.NET 17
FarPoint.CalcEngine Assembly / FarPoint.CalcEngine Namespace / ParenthesesExpression Class
Members


In This Topic
    ParenthesesExpression Class
    In This Topic
    Represents an expression type for parentheses surrounding a specified expression.
    Object Model
    ParenthesesExpression ClassExpression Class
    Syntax
    'Declaration
     
    
    Public Class ParenthesesExpression 
       Inherits Expression
    'Usage
     
    
    Dim instance As ParenthesesExpression
    public class ParenthesesExpression : Expression 
    Remarks
    For more information about expressions and formulas, refer to the Formula Overview.
    Inheritance Hierarchy

    System.Object
       FarPoint.CalcEngine.Expression
          FarPoint.CalcEngine.ParenthesesExpression

    See Also