共用方式為


TableCellMonikerList Constructors

Definition

Overloads

TableCellMonikerList()

Initializes a new instance of the TableCellMonikerList class.

TableCellMonikerList(OpenXmlElement[])

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

TableCellMonikerList(IEnumerable<OpenXmlElement>)

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

TableCellMonikerList(String)

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

TableCellMonikerList()

Initializes a new instance of the TableCellMonikerList class.

public TableCellMonikerList ();
Public Sub New ()

Applies to

TableCellMonikerList(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

TableCellMonikerList(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

TableCellMonikerList(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to