[]
Loads an OpenXml formatted file into the document.
public void Load(string fileName)
Public Sub Load(fileName As String)
Type | Name | Description |
---|---|---|
string | fileName | The OpenXML formatted file to load. |
Loads a Stream that contains OpenXml formatted data into the document.
public void Load(Stream stream)
Public Sub Load(stream As Stream)
Type | Name | Description |
---|---|---|
Stream | stream | The OpenXml formatted data Stream to load. |