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