Compartilhar via


TableColumnMonikerList Construtores

Definição

Sobrecargas

TableColumnMonikerList()

Inicializa uma nova instância da classe TableColumnMonikerList.

TableColumnMonikerList(OpenXmlElement[])

Inicializa uma nova instância da classe TableColumnMonikerList com os elementos filho especificados.

TableColumnMonikerList(IEnumerable<OpenXmlElement>)

Inicializa uma nova instância da classe TableColumnMonikerList com os elementos filho especificados.

TableColumnMonikerList(String)

Inicializa uma nova instância da classe TableColumnMonikerList do XML externo.

TableColumnMonikerList()

Inicializa uma nova instância da classe TableColumnMonikerList.

public TableColumnMonikerList ();
Public Sub New ()

Aplica-se a

TableColumnMonikerList(OpenXmlElement[])

Inicializa uma nova instância da classe TableColumnMonikerList com os elementos filho especificados.

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

Parâmetros

childElements
OpenXmlElement[]

Especifica os elementos filho.

Aplica-se a

TableColumnMonikerList(IEnumerable<OpenXmlElement>)

Inicializa uma nova instância da classe TableColumnMonikerList com os elementos filho especificados.

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

Parâmetros

childElements
IEnumerable<OpenXmlElement>

Especifica os elementos filho.

Aplica-se a

TableColumnMonikerList(String)

Inicializa uma nova instância da classe TableColumnMonikerList do XML externo.

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

Parâmetros

outerXml
String

Especifica o XML externo do elemento.

Aplica-se a