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

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