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


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

    Property Value

    true if header footer align with page margin; otherwise, false.
    See Also