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