Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.FormControls Namespace / ControlShape Class / WorksheetDrawing Property


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

Property Value

The graphic object contained by this graphic frame.
See Also