Spread WPF 18
GrapeCity.CalcEngine Namespace / IValue Interface / ReferenceCount Property


In This Topic
    ReferenceCount Property
    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