Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / PrintInfo Class / HeaderRight Property


In This Topic
    HeaderRight Property
    In This Topic
    Gets or sets the text and format of the right header on printed pages.
    Syntax
    'Declaration
     
    <DefaultValueAttribute("")>
    Public Property HeaderRight As String
    'Usage
     
    Dim instance As PrintInfo
    Dim value As String
     
    instance.HeaderRight = value
     
    value = instance.HeaderRight
    [DefaultValue("")]
    public string HeaderRight {get; set;}

    Property Value

    The text and format of the right header for the printed pages of the report. The default value is an empty string, which means that no headers are printed.
    See Also