Spread WPF 17
GrapeCity.Excel Namespace / ExcelPrintPageSetting Class / Header Property


In This Topic
    Header Property (ExcelPrintPageSetting)
    In This Topic
    Gets or sets the header.
    Syntax
    'Declaration
     
    Public Property Header As String
    'Usage
     
    Dim instance As ExcelPrintPageSetting
    Dim value As String
     
    instance.Header = value
     
    value = instance.Header
    public string Header {get; set;}

    Property Value

    The header.
    See Also