Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Printing Namespace / PagePrintInfo Class / CenterPicture Property


In This Topic
    CenterPicture Property
    In This Topic
    Gets or set an GrapeCity.Spreadsheet.IGraphic object that represents the picture for the center section.
    Syntax
    'Declaration
     
    
    Public Property CenterPicture As IGraphic
    'Usage
     
    
    Dim instance As PagePrintInfo
    Dim value As IGraphic
     
    instance.CenterPicture = value
     
    value = instance.CenterPicture
    public IGraphic CenterPicture {get; set;}
    See Also