Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Printing Namespace / PageSetup Class / RightHeader Property


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