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


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

    Property Value

    An integer values represents the reference count.
    See Also