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

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