Spread Windows Forms 17
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
    string Name {get;}
    See Also