Spread WinForms 15
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

Property Value

An integer values represents the reference count.
See Also