XlsPivotCachesCollection
Workbook Property
|
Represents an Excel workbook, providing methods and properties to manipulate and access the contents of an Excel file.
Namespace:
Spire.Xls.Core.Spreadsheet.Collections
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public XlsWorkbook Workbook { get; }
Public ReadOnly Property Workbook As XlsWorkbook
Get
public:
property XlsWorkbook^ Workbook {
XlsWorkbook^ get ();
}
member Workbook : XlsWorkbook with get
Property Value
Type:
XlsWorkbook
See Also