RunProperties Constructors

Definition

Overloads

RunProperties()

Initializes a new instance of the RunProperties class.

RunProperties(OpenXmlElement[])

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

RunProperties(IEnumerable<OpenXmlElement>)

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

RunProperties(String)

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

RunProperties()

Initializes a new instance of the RunProperties class.

public RunProperties ();
Public Sub New ()

Applies to

RunProperties(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

RunProperties(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

RunProperties(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to