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