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


In This Topic
    FooterOddPage Property (IExtendedHeadFooterSetting)
    In This Topic
    Gets or sets the footer odd page.
    Syntax
    'Declaration
     
    Property FooterOddPage As String
    'Usage
     
    Dim instance As IExtendedHeadFooterSetting
    Dim value As String
     
    instance.FooterOddPage = value
     
    value = instance.FooterOddPage
    string FooterOddPage {get; set;}

    Property Value

    The footer odd page.
    See Also