Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / Comment Class / Initials Property

In This Topic
    Initials Property
    In This Topic
    Gets or sets the initials of the author of this comment.
    Syntax
    'Declaration
     
    Public Property Initials As System.String
    public System.string Initials {get; set;}
    Remarks
    This information can be used to format and present the associated comment, or in any user interface supported by an application. If there is more than one author with the same initials, it might be more useful to display the author name.
    See Also