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