Spread WPF 18
GrapeCity.Spreadsheet Namespace / FormatResult Structure / RichText Property


In This Topic
    RichText Property (FormatResult)
    In This Topic
    Gets the rich text.
    Syntax
    'Declaration
     
    Public ReadOnly Property RichText As RichText
    'Usage
     
    Dim instance As FormatResult
    Dim value As RichText
     
    value = instance.RichText
    public RichText RichText {get;}
    See Also