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

Property Value

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