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


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

    Property Value

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