Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IComments Interface / Count Property


In This Topic
Count Property (IComments)
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 IComments
Dim value As Integer
 
value = instance.Count
See Also