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