Share via


TableStyleList Constructors

Definition

Overloads

TableStyleList()

Initializes a new instance of the TableStyleList class.

TableStyleList(OpenXmlElement[])

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

TableStyleList(IEnumerable<OpenXmlElement>)

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

TableStyleList(String)

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

TableStyleList()

Initializes a new instance of the TableStyleList class.

public TableStyleList();
Public Sub New ()

Applies to

TableStyleList(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

TableStyleList(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

TableStyleList(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to