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