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

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