Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Workbook Class / WorkbookSet Property


In This Topic
WorkbookSet Property (Workbook)
In This Topic
Gets the container of this item.
Syntax
'Declaration
 
Public Overrides ReadOnly Property WorkbookSet As WorkbookSet
 
'Usage
 
Dim instance As Workbook
Dim value As WorkbookSet
 
value = instance.WorkbookSet

Property Value

An object indicates the container.
Remarks
Although the caller can assign new value to the container, it's not recommended. The setter is intended to be used internal only.
See Also