Returns a reference to the workbook component within the package.
All worksheets and cells can be accessed through the workbook.
Namespace:
OfficeOpenXml
Assembly:
EPPlus (in EPPlus.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax
| C# |
|---|
public ExcelWorkbook Workbook { get; } |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property Workbook As ExcelWorkbook |
| Visual C++ |
|---|
public: property ExcelWorkbook^ Workbook { ExcelWorkbook^ get (); } |
