Spread Windows Forms 17
GrapeCity.CalcEngine Assembly / GrapeCity.CalcEngine Namespace / IValue Interface / ReferenceSourceCount Property


In This Topic
    ReferenceSourceCount Property
    In This Topic
    Gets the reference source count.
    Syntax
    'Declaration
     
    
    ReadOnly Property ReferenceSourceCount As Integer
    'Usage
     
    
    Dim instance As IValue
    Dim value As Integer
     
    value = instance.ReferenceSourceCount
    int ReferenceSourceCount {get;}

    Property Value

    An integer values represents the reference source count.
    See Also