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