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