Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Printing Namespace / IPageSetup Interface / RightHeader Property


In This Topic
    RightHeader Property (IPageSetup)
    In This Topic
    Gets or sets a value indicating whether a picture or text to be right-aligned in the page header.
    Syntax
    'Declaration
     
    
    Property RightHeader As String
    'Usage
     
    
    Dim instance As IPageSetup
    Dim value As String
     
    instance.RightHeader = value
     
    value = instance.RightHeader
    string RightHeader {get; set;}
    See Also