Gets the Drawing object associated with the worksheet.
Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms
SyntaxC#
Copy Code
|
|---|
public Drawing Drawing { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property Drawing As Drawing |
An instance of the Drawing class.
RemarksThe Drawing class can be used to add, manipulate and remove drawing objects (such as pictures and charts) from the worksheet.
See Also