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