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


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