Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IComment Interface / RichText Property


In This Topic
    RichText Property (IComment)
    In This Topic
    Gets text and style attributes of the comment.
    Syntax
    'Declaration
     
    
    ReadOnly Property RichText As RichText
    'Usage
     
    
    Dim instance As IComment
    Dim value As RichText
     
    value = instance.RichText
    RichText RichText {get;}
    See Also