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


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