Spread WPF 17
GrapeCity.Excel Namespace / IExtendedHeadFooterSetting Interface / HeaderFooterScalesWithDocument Property


In This Topic
    HeaderFooterScalesWithDocument Property (IExtendedHeadFooterSetting)
    In This Topic
    Gets or sets a value indicating whether header footer scales with document.
    Syntax
    'Declaration
     
    Property HeaderFooterScalesWithDocument As Boolean
    'Usage
     
    Dim instance As IExtendedHeadFooterSetting
    Dim value As Boolean
     
    instance.HeaderFooterScalesWithDocument = value
     
    value = instance.HeaderFooterScalesWithDocument
    bool HeaderFooterScalesWithDocument {get; set;}

    Property Value

    true if header footer scales with document; otherwise, false.
    See Also