Document.Load(MainDocumentPart) Method

Definition

Loads the DOM from the MainDocumentPart

public void Load (DocumentFormat.OpenXml.Packaging.MainDocumentPart openXmlPart);
override this.Load : DocumentFormat.OpenXml.Packaging.MainDocumentPart -> unit
Public Sub Load (openXmlPart As MainDocumentPart)

Parameters

openXmlPart
MainDocumentPart

Specifies the part to be loaded.

Applies to