Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / ThreadedComment Class / Count Property


In This Topic
    Count Property (ThreadedComment)
    In This Topic
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Count As Integer
    'Usage
     
    
    Dim instance As ThreadedComment
    Dim value As Integer
     
    value = instance.Count
    public int Count {get;}
    See Also