GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IComment Interface / Next Property


In This Topic
Next Property (IComment)
In This Topic
Gets an IComment object that represents the next comment.
Syntax
'Declaration
 
ReadOnly Property Next As IComment
 
'Usage
 
Dim instance As IComment
Dim value As IComment
 
value = instance.Next
See Also