MindFusion.Wpf Pack Programmer's Guide
Worksheet.Drawing Property
See Also
 





Gets the Drawing object associated with the worksheet.

Namespace: MindFusion.Spreadsheet.Wpf
Assembly: MindFusion.Spreadsheet.Wpf

 Syntax

C#  Copy Code

public Drawing Drawing { get; }

Visual Basic  Copy Code

Public ReadOnly Property Drawing As Drawing

 Property Value

An instance of the Drawing class.

 Remarks

The Drawing class can be used to add, manipulate and remove drawing objects (such as pictures and charts) from the worksheet.

 See Also

Worksheet Members
Worksheet Class
MindFusion.Spreadsheet.Wpf Namespace