TableExtension Constructors

Definition

Overloads

TableExtension()

Initializes a new instance of the TableExtension class.

TableExtension(OpenXmlElement[])

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

TableExtension(IEnumerable<OpenXmlElement>)

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

TableExtension(String)

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

TableExtension()

Initializes a new instance of the TableExtension class.

public TableExtension ();
Public Sub New ()

Applies to

TableExtension(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

TableExtension(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

TableExtension(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to