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


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

    Property Value

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