Dxfs Constructors
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.
Overloads
Dxfs() |
Initializes a new instance of the Dxfs class. |
Dxfs(OpenXmlElement[]) |
Initializes a new instance of the Dxfs class with the specified child elements. |
Dxfs(IEnumerable<OpenXmlElement>) |
Initializes a new instance of the Dxfs class with the specified child elements. |
Dxfs(String) |
Initializes a new instance of the Dxfs class from outer XML. |
Dxfs()
Initializes a new instance of the Dxfs class.
public Dxfs ();
Public Sub New ()
Applies to
Dxfs(OpenXmlElement[])
Initializes a new instance of the Dxfs class with the specified child elements.
public Dxfs (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.Office2019.Excel.RichData2.Dxfs : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Office2019.Excel.RichData2.Dxfs
Public Sub New (ParamArray childElements As OpenXmlElement())
Parameters
- childElements
- OpenXmlElement[]
Specifies the child elements.
Applies to
Dxfs(IEnumerable<OpenXmlElement>)
Initializes a new instance of the Dxfs class with the specified child elements.
public Dxfs (System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.OpenXmlElement> childElements);
new DocumentFormat.OpenXml.Office2019.Excel.RichData2.Dxfs : seq<DocumentFormat.OpenXml.OpenXmlElement> -> DocumentFormat.OpenXml.Office2019.Excel.RichData2.Dxfs
Public Sub New (childElements As IEnumerable(Of OpenXmlElement))
Parameters
- childElements
- IEnumerable<OpenXmlElement>
Specifies the child elements.
Applies to
Dxfs(String)
Initializes a new instance of the Dxfs class from outer XML.
public Dxfs (string outerXml);
new DocumentFormat.OpenXml.Office2019.Excel.RichData2.Dxfs : string -> DocumentFormat.OpenXml.Office2019.Excel.RichData2.Dxfs
Public Sub New (outerXml As String)
Parameters
- outerXml
- String
Specifies the outer XML of the element.