Spread WPF 17
GrapeCity.CalcEngine Namespace / CalcCalculationManager Class / Service Property


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

    Property Value

    The service.
    See Also