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


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