共用方式為


RefMap Constructors

Definition

Overloads

RefMap()

Initializes a new instance of the RefMap class.

RefMap(OpenXmlElement[])

Initializes a new instance of the RefMap class with the specified child elements.

RefMap(IEnumerable<OpenXmlElement>)

Initializes a new instance of the RefMap class with the specified child elements.

RefMap(String)

Initializes a new instance of the RefMap class from outer XML.

RefMap()

Initializes a new instance of the RefMap class.

public RefMap ();
Public Sub New ()

Applies to

RefMap(OpenXmlElement[])

Initializes a new instance of the RefMap class with the specified child elements.

public RefMap (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.Office2016.Excel.RefMap : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Office2016.Excel.RefMap
Public Sub New (ParamArray childElements As OpenXmlElement())

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

RefMap(IEnumerable<OpenXmlElement>)

Initializes a new instance of the RefMap class with the specified child elements.

public RefMap (System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.OpenXmlElement> childElements);
new DocumentFormat.OpenXml.Office2016.Excel.RefMap : seq<DocumentFormat.OpenXml.OpenXmlElement> -> DocumentFormat.OpenXml.Office2016.Excel.RefMap
Public Sub New (childElements As IEnumerable(Of OpenXmlElement))

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

RefMap(String)

Initializes a new instance of the RefMap class from outer XML.

public RefMap (string outerXml);
new DocumentFormat.OpenXml.Office2016.Excel.RefMap : string -> DocumentFormat.OpenXml.Office2016.Excel.RefMap
Public Sub New (outerXml As String)

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to