Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / ICommentsThreaded Interface / Count Property


In This Topic
    Count Property (ICommentsThreaded)
    In This Topic
    Gets an integer value that represents the number of comments in the collection.
    Syntax
    'Declaration
     
    
    ReadOnly Property Count As Integer
    'Usage
     
    
    Dim instance As ICommentsThreaded
    Dim value As Integer
     
    value = instance.Count
    int Count {get;}
    See Also