Share via


SheetIdMap Constructors

Definition

Overloads

SheetIdMap()

Initializes a new instance of the SheetIdMap class.

SheetIdMap(OpenXmlElement[])

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

SheetIdMap(IEnumerable<OpenXmlElement>)

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

SheetIdMap(String)

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

SheetIdMap()

Initializes a new instance of the SheetIdMap class.

public SheetIdMap ();
Public Sub New ()

Applies to

SheetIdMap(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

SheetIdMap(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

SheetIdMap(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to