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


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