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


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