ComponentOne Excel for UWP
C1.UWP.Excel Assembly / C1.Xaml.Excel Namespace / XLPrintSettings Class / FooterPictureLeft Property

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