MarkerType Constructors

Definition

Overloads

MarkerType()

Initializes a new instance of the MarkerType class.

MarkerType(OpenXmlElement[])

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

MarkerType(IEnumerable<OpenXmlElement>)

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

MarkerType(String)

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

MarkerType()

Initializes a new instance of the MarkerType class.

protected MarkerType ();
Protected Sub New ()

Applies to

MarkerType(OpenXmlElement[])

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

protected MarkerType (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.Spreadsheet.MarkerType : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Spreadsheet.MarkerType
Protected Sub New (ParamArray childElements As OpenXmlElement())

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

MarkerType(IEnumerable<OpenXmlElement>)

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

protected MarkerType (System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.OpenXmlElement> childElements);
new DocumentFormat.OpenXml.Spreadsheet.MarkerType : seq<DocumentFormat.OpenXml.OpenXmlElement> -> DocumentFormat.OpenXml.Spreadsheet.MarkerType
Protected Sub New (childElements As IEnumerable(Of OpenXmlElement))

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

MarkerType(String)

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

protected MarkerType (string outerXml);
new DocumentFormat.OpenXml.Spreadsheet.MarkerType : string -> DocumentFormat.OpenXml.Spreadsheet.MarkerType
Protected Sub New (outerXml As String)

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to