Creates and adds a new picture with the specified image to the drawing.
Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms
SyntaxC#
Copy Code
|
|---|
public Picture AddPicture ( |
Visual Basic
Copy Code
|
|---|
Public Function AddPicture( _ |
The full name of the file containing the image.
A Picture object representing the newly created picture.
See Also