ExternalSheetData 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
| ExternalSheetData() | Initializes a new instance of the ExternalSheetData class. | 
| ExternalSheetData(OpenXmlElement[]) | Initializes a new instance of the ExternalSheetData class with the specified child elements. | 
| ExternalSheetData(IEnumerable<OpenXmlElement>) | Initializes a new instance of the ExternalSheetData class with the specified child elements. | 
| ExternalSheetData(String) | Initializes a new instance of the ExternalSheetData class from outer XML. | 
ExternalSheetData()
Initializes a new instance of the ExternalSheetData class.
public ExternalSheetData();Public Sub New ()Applies to
ExternalSheetData(OpenXmlElement[])
Initializes a new instance of the ExternalSheetData class with the specified child elements.
public ExternalSheetData(params DocumentFormat.OpenXml.OpenXmlElement[] childElements);new DocumentFormat.OpenXml.Spreadsheet.ExternalSheetData : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Spreadsheet.ExternalSheetDataPublic Sub New (ParamArray childElements As OpenXmlElement())Parameters
- childElements
- OpenXmlElement[]
Specifies the child elements.
Applies to
ExternalSheetData(IEnumerable<OpenXmlElement>)
Initializes a new instance of the ExternalSheetData class with the specified child elements.
public ExternalSheetData(System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.OpenXmlElement> childElements);new DocumentFormat.OpenXml.Spreadsheet.ExternalSheetData : seq<DocumentFormat.OpenXml.OpenXmlElement> -> DocumentFormat.OpenXml.Spreadsheet.ExternalSheetDataPublic Sub New (childElements As IEnumerable(Of OpenXmlElement))Parameters
- childElements
- IEnumerable<OpenXmlElement>
Specifies the child elements.
Applies to
ExternalSheetData(String)
Initializes a new instance of the ExternalSheetData class from outer XML.
public ExternalSheetData(string outerXml);new DocumentFormat.OpenXml.Spreadsheet.ExternalSheetData : string -> DocumentFormat.OpenXml.Spreadsheet.ExternalSheetDataPublic Sub New (outerXml As String)Parameters
- outerXml
- String
Specifies the outer XML of the element.