Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Printing Namespace / IPageSetup Interface / CenterHeaderPicture Property


In This Topic
    CenterHeaderPicture Property
    In This Topic
    Gets or set an GrapeCity.Spreadsheet.IGraphic object that represents the picture for the center section of the header. Used to set attributes about the picture.
    Syntax
    'Declaration
     
    
    ReadOnly Property CenterHeaderPicture As IGraphic
    'Usage
     
    
    Dim instance As IPageSetup
    Dim value As IGraphic
     
    value = instance.CenterHeaderPicture
    IGraphic CenterHeaderPicture {get;}
    See Also