Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.IO.OpenXml Namespace / OpenResult Structure / Workbook Property


In This Topic
Workbook Property (OpenResult)
In This Topic
Gets the opened workbook.
Syntax
'Declaration
 
Public ReadOnly Property Workbook As Workbook
 
'Usage
 
Dim instance As OpenResult
Dim value As Workbook
 
value = instance.Workbook
See Also