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