共用方式為


SetLevels Constructors

Definition

Overloads

SetLevels()

Initializes a new instance of the SetLevels class.

SetLevels(OpenXmlElement[])

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

SetLevels(IEnumerable<OpenXmlElement>)

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

SetLevels(String)

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

SetLevels()

Initializes a new instance of the SetLevels class.

public SetLevels ();
Public Sub New ()

Applies to

SetLevels(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

SetLevels(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

SetLevels(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to