Search
Drawing.Pictures Property
See Also
 






Gets an enumerable with all pictures in the drawing.

Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms

 Syntax

C#  Copy Code

public IEnumerable<Picture> Pictures { get; }

Visual Basic  Copy Code

Public ReadOnly Property Pictures As IEnumerable(Of Picture)

 Property Value

An IEnumerable object that can be used to enumerate all pictures in the drawing.

 See Also