AddtionalFormatWrapper Constructor
|
Initializes a new instance of the AddtionalFormatWrapper class with the specified workbook.
Namespace:
Spire.Xls.Core.Spreadsheet
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public AddtionalFormatWrapper(
XlsWorkbook book
)
Public Sub New (
book As XlsWorkbook
)
public:
AddtionalFormatWrapper(
XlsWorkbook^ book
)
new :
book : XlsWorkbook -> AddtionalFormatWrapper
Parameters
-
book
-
Type:
Spire.Xls.Core.Spreadsheet
XlsWorkbook
The workbook to be wrapped.
See Also