Excel for WPF | ComponentOne
C1.WPF.Excel Namespace / XLPrintSettings Class / HeaderPictureLeft Property

In This Topic
    HeaderPictureLeft Property
    In This Topic
    Gets or sets the System.Windows.Media.Imaging.WriteableBitmap or XLPictureShape for the left part of the header.
    Syntax
    'Declaration
     
    
    Public Property HeaderPictureLeft As Object
    public object HeaderPictureLeft {get; set;}
    See Also