Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / DataValidation Class / ReferenceCount Property


In This Topic
    ReferenceCount Property (DataValidation)
    In This Topic
    Gets the total number of references.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property ReferenceCount As Integer
    'Usage
     
    
    Dim instance As DataValidation
    Dim value As Integer
     
    value = instance.ReferenceCount
    public int ReferenceCount {get;}

    Property Value

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