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

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