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


In This Topic
Worksheet Property (WorksheetDrawing)
In This Topic
Gets the owner worksheet of this WorksheetDrawing object.
Syntax
'Declaration
 
Public ReadOnly Property Worksheet As Worksheet
 
'Usage
 
Dim instance As WorksheetDrawing
Dim value As Worksheet
 
value = instance.Worksheet
See Also