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


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