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


In This Topic
    Source Property (CalcCalculationManager)
    In This Topic
    Gets the source.
    Syntax
    'Declaration
     
    Public ReadOnly Property Source As ICalcSource
    'Usage
     
    Dim instance As CalcCalculationManager
    Dim value As ICalcSource
     
    value = instance.Source
    public ICalcSource Source {get;}

    Property Value

    The source.
    See Also