Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Conditional Namespace / ConditionalObject Class / ReferenceCount Property


In This Topic
ReferenceCount Property (ConditionalObject)
In This Topic
Gets the total number of references.
Syntax
'Declaration
 
Public ReadOnly Property ReferenceCount As Integer
 
'Usage
 
Dim instance As ConditionalObject
Dim value As Integer
 
value = instance.ReferenceCount

Property Value

An integer value represents the total number of references.
See Also