Spread WPF 17
GrapeCity.CalcEngine.Expressions Namespace / CalcExternalExpression Class / Source Property


In This Topic
    Source Property (CalcExternalExpression)
    In This Topic
    Gets the owner of current cell.
    Syntax
    'Declaration
     
    Public ReadOnly Property Source As ICalcSource
    'Usage
     
    Dim instance As CalcExternalExpression
    Dim value As ICalcSource
     
    value = instance.Source
    public ICalcSource Source {get;}

    Property Value

    A GrapeCity.CalcEngine.ICalcSource value that represents the owner of current cell.
    See Also