Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.UI Namespace / RichTextLayout Class / Text Property


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