Represents a picture in a drawing within a worksheet.
Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms
C#
![]() |
---|
public class Picture : InteractiveObject |
Visual Basic
![]() |
---|
Public Class Picture |
Objects of this class cannot be instantiated directly. To create and add a picture to a Worksheet, call the AddPicture method of the worksheet's Drawing.
The following example demonstrates how to add a picture to an existing worksheet:
C#
![]() |
---|
worksheet.Drawing.AddPicture("picture.png"); |
Visual Basic
![]() |
---|
worksheet.Drawing.AddPicture("picture.png") |
System.Object
MindFusion.Spreadsheet.InteractiveObject
MindFusion.Spreadsheet.Picture
MindFusion.Spreadsheet Programmer's Guide | © 2025 MindFusion |