ComponentOne Excel for .NET
C1.Excel Assembly / C1.Excel Namespace / XLPrintSettings Class / HeaderPictureCenter Property

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