SpreadsheetDocument.AddWorkbookPart Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Created the WorkbookPart and add it to this document.
public DocumentFormat.OpenXml.Packaging.WorkbookPart AddWorkbookPart ();
member this.AddWorkbookPart : unit -> DocumentFormat.OpenXml.Packaging.WorkbookPart
Public Function AddWorkbookPart () As WorkbookPart
Returns
The newly added WorkbookPart.