Nevron .NET Vision
Nevron.FormulaEngine Namespace / NParenthesisElement Class / Element Property


In This Topic
    Element Property (NParenthesisElement)
    In This Topic
    Gets a reference to the element which is enclosed in parenthesis
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Element As NFormulaElement
    'Usage
     
    
    Dim instance As NParenthesisElement
    Dim value As NFormulaElement
     
    value = instance.Element
    public NFormulaElement Element {get;}
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also