共用方式為


PivotTableUISettings Constructors

Definition

Overloads

PivotTableUISettings()

Initializes a new instance of the PivotTableUISettings class.

PivotTableUISettings(OpenXmlElement[])

Initializes a new instance of the PivotTableUISettings class with the specified child elements.

PivotTableUISettings(IEnumerable<OpenXmlElement>)

Initializes a new instance of the PivotTableUISettings class with the specified child elements.

PivotTableUISettings(String)

Initializes a new instance of the PivotTableUISettings class from outer XML.

PivotTableUISettings()

Initializes a new instance of the PivotTableUISettings class.

public PivotTableUISettings ();
Public Sub New ()

Applies to

PivotTableUISettings(OpenXmlElement[])

Initializes a new instance of the PivotTableUISettings class with the specified child elements.

public PivotTableUISettings (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.Office2013.Excel.PivotTableUISettings : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Office2013.Excel.PivotTableUISettings
Public Sub New (ParamArray childElements As OpenXmlElement())

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

PivotTableUISettings(IEnumerable<OpenXmlElement>)

Initializes a new instance of the PivotTableUISettings class with the specified child elements.

public PivotTableUISettings (System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.OpenXmlElement> childElements);
new DocumentFormat.OpenXml.Office2013.Excel.PivotTableUISettings : seq<DocumentFormat.OpenXml.OpenXmlElement> -> DocumentFormat.OpenXml.Office2013.Excel.PivotTableUISettings
Public Sub New (childElements As IEnumerable(Of OpenXmlElement))

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

PivotTableUISettings(String)

Initializes a new instance of the PivotTableUISettings class from outer XML.

public PivotTableUISettings (string outerXml);
new DocumentFormat.OpenXml.Office2013.Excel.PivotTableUISettings : string -> DocumentFormat.OpenXml.Office2013.Excel.PivotTableUISettings
Public Sub New (outerXml As String)

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to