SheetDataSet Constructors

Definition

Overloads

SheetDataSet()

Initializes a new instance of the SheetDataSet class.

SheetDataSet(OpenXmlElement[])

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

SheetDataSet(IEnumerable<OpenXmlElement>)

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

SheetDataSet(String)

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

SheetDataSet()

Initializes a new instance of the SheetDataSet class.

public SheetDataSet ();
Public Sub New ()

Applies to

SheetDataSet(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

SheetDataSet(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

SheetDataSet(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to