RevExDefinedName Constructors

Definition

Overloads

RevExDefinedName()

Initializes a new instance of the RevExDefinedName class.

RevExDefinedName(OpenXmlElement[])

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

RevExDefinedName(IEnumerable<OpenXmlElement>)

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

RevExDefinedName(String)

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

RevExDefinedName()

Initializes a new instance of the RevExDefinedName class.

public RevExDefinedName ();
Public Sub New ()

Applies to

RevExDefinedName(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

RevExDefinedName(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

RevExDefinedName(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to