Spread WPF 17
GrapeCity.CalcEngine Namespace / CalcGraph Class / Manager Property


In This Topic
    Manager Property
    In This Topic
    Gets or sets the manager.
    Syntax
    'Declaration
     
    Public ReadOnly Property Manager As CalcCalculationManager
    'Usage
     
    Dim instance As CalcGraph
    Dim value As CalcCalculationManager
     
    value = instance.Manager
    public CalcCalculationManager Manager {get;}

    Property Value

    The manager.
    See Also