Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IWorksheet Interface / Pictures Property


In This Topic
    Pictures Property
    In This Topic
    Gets a collection of all the GrapeCity.Spreadsheet.Drawing.IPicture objects on this IWorksheet.
    Syntax
    'Declaration
     
    
    ReadOnly Property Pictures As IPictures
    'Usage
     
    
    Dim instance As IWorksheet
    Dim value As IPictures
     
    value = instance.Pictures
    IPictures Pictures {get;}

    Property Value

    The GrapeCity.Spreadsheet.Drawing.IPicture objects on this IWorksheet.
    See Also