Aracılığıyla paylaş


RowHierarchiesUsage Constructors

Definition

Overloads

RowHierarchiesUsage()

Initializes a new instance of the RowHierarchiesUsage class.

RowHierarchiesUsage(OpenXmlElement[])

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

RowHierarchiesUsage(IEnumerable<OpenXmlElement>)

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

RowHierarchiesUsage(String)

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

RowHierarchiesUsage()

Initializes a new instance of the RowHierarchiesUsage class.

public RowHierarchiesUsage ();
Public Sub New ()

Applies to

RowHierarchiesUsage(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

RowHierarchiesUsage(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

RowHierarchiesUsage(String)

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

public RowHierarchiesUsage (string outerXml);
new DocumentFormat.OpenXml.Spreadsheet.RowHierarchiesUsage : string -> DocumentFormat.OpenXml.Spreadsheet.RowHierarchiesUsage
Public Sub New (outerXml As String)

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to