RowHierarchiesUsage 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
| 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.RowHierarchiesUsagePublic 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.RowHierarchiesUsagePublic 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.RowHierarchiesUsagePublic Sub New (outerXml As String)Parameters
- outerXml
- String
Specifies the outer XML of the element.