Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Printing Namespace / RichTextHeaderFooterParser Class / RightText Property


In This Topic
    RightText Property
    In This Topic
    Gets or sets the right print header/footer rich text.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property RightText As RichText
    'Usage
     
    
    Dim instance As RichTextHeaderFooterParser
    Dim value As RichText
     
    value = instance.RightText
    public RichText RightText {get;}
    See Also