Spread WPF 17
GrapeCity.Excel Namespace / ExtendedHeadFooterSetting Class / FooterOddPage Property


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

    Property Value

    The footer odd page.
    See Also