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