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