Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Worksheet Class / Drawing Property


In This Topic
Drawing Property
In This Topic
Gets the GrapeCity.Spreadsheet.Drawing.WorksheetDrawing object contains all drawing objects within the worksheet.
Syntax
'Declaration
 
Public ReadOnly Property Drawing As WorksheetDrawing
 
'Usage
 
Dim instance As Worksheet
Dim value As WorksheetDrawing
 
value = instance.Drawing

Property Value

The worksheet drawing contains all drawing objects within the worksheet.
See Also