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


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