Spread WPF 17
GrapeCity.Excel Namespace / ExcelPrintPageSetting Class / FooterCenterImage Property


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