Spread Windows Forms 17
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
    public int ReferenceCount {get;}

    Property Value

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