Spread Windows Forms 12.0 Product Documentation
ReferenceCount Property


GrapeCity.CalcEngine Assembly > GrapeCity.CalcEngine Namespace > IValue Interface : ReferenceCount Property
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

Reference

IValue Interface
IValue Members