Spread WPF 17
GrapeCity.Excel Namespace / IExcelPrintPageSetting Interface / FooterRightImage Property


In This Topic
    FooterRightImage Property (IExcelPrintPageSetting)
    In This Topic
    Syntax
    'Declaration
     
    Property FooterRightImage As IExcelImage
    'Usage
     
    Dim instance As IExcelPrintPageSetting
    Dim value As IExcelImage
     
    instance.FooterRightImage = value
     
    value = instance.FooterRightImage
    IExcelImage FooterRightImage {get; set;}
    See Also