Click or drag to resize

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
)

Parameters

book
Type: Spire.Xls.Core.Spreadsheet XlsWorkbook
The workbook to be wrapped.
See Also