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


In This Topic
WorksheetDrawing Property (DrawingObject)
In This Topic
Gets the graphic object contained by this graphic frame.
Syntax
'Declaration
 
Public Overridable ReadOnly Property WorksheetDrawing As WorksheetDrawing
 
'Usage
 
Dim instance As DrawingObject
Dim value As WorksheetDrawing
 
value = instance.WorksheetDrawing

Property Value

The graphic object contained by this graphic frame.
See Also