Gets an enumerable with all pictures in the drawing.
Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms
SyntaxC#
Copy Code
|
|---|
public IEnumerable<Picture> Pictures { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property Pictures As IEnumerable(Of Picture) |
An IEnumerable object that can be used to enumerate all pictures in the drawing.
See Also