Share via


OldDifferentialFormat Constructors

Definition

Overloads

OldDifferentialFormat()

Initializes a new instance of the OldDifferentialFormat class.

OldDifferentialFormat(OpenXmlElement[])

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

OldDifferentialFormat(IEnumerable<OpenXmlElement>)

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

OldDifferentialFormat(String)

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

OldDifferentialFormat()

Initializes a new instance of the OldDifferentialFormat class.

public OldDifferentialFormat ();
Public Sub New ()

Applies to

OldDifferentialFormat(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

OldDifferentialFormat(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

OldDifferentialFormat(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to