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


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