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


In This Topic
Author Property (IComment)
In This Topic
Gets the author of the comment.
Syntax
'Declaration
 
ReadOnly Property Author As String
 
'Usage
 
Dim instance As IComment
Dim value As String
 
value = instance.Author
See Also