Represents a drawing within a worksheet. A drawing can contain unlimited number of visual elements such as pictures, diagrams and charts.
Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms
SyntaxC#
Copy Code
|
|---|
public class Drawing |
Visual Basic
Copy Code
|
|---|
Public Class Drawing |
RemarksThis class cannot be instantiated directly. In order to obtain a reference to a drawing use the Drawing property of the respective Worksheet object.
Inheritance HierarchySystem.Object![]()
MindFusion.Spreadsheet.Drawing
See Also