Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IAuthor Interface / Name Property


In This Topic
Name Property (IAuthor)
In This Topic
Gets a string that contains the display name of the specified comment author.
Syntax
'Declaration
 
ReadOnly Property Name As String
 
'Usage
 
Dim instance As IAuthor
Dim value As String
 
value = instance.Name
See Also