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


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

    Property Value

    The footer first page.
    See Also