Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Comment Class / RichText Property


In This Topic
    RichText Property (Comment)
    In This Topic
    Gets the RichText object of this comment.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property RichText As RichText
    'Usage
     
    
    Dim instance As Comment
    Dim value As RichText
     
    value = instance.RichText
    public RichText RichText {get;}
    See Also