Run Constructors

Definition

Overloads

Run()

Initializes a new instance of the Run class.

Run(OpenXmlElement[])

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

Run(IEnumerable<OpenXmlElement>)

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

Run(String)

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

Run()

Initializes a new instance of the Run class.

public Run ();
Public Sub New ()

Applies to

Run(OpenXmlElement[])

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

public Run (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.Spreadsheet.Run : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Spreadsheet.Run
Public Sub New (ParamArray childElements As OpenXmlElement())

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

Run(IEnumerable<OpenXmlElement>)

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

public Run (System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.OpenXmlElement> childElements);
new DocumentFormat.OpenXml.Spreadsheet.Run : seq<DocumentFormat.OpenXml.OpenXmlElement> -> DocumentFormat.OpenXml.Spreadsheet.Run
Public Sub New (childElements As IEnumerable(Of OpenXmlElement))

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

Run(String)

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

public Run (string outerXml);
new DocumentFormat.OpenXml.Spreadsheet.Run : string -> DocumentFormat.OpenXml.Spreadsheet.Run
Public Sub New (outerXml As String)

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to