DifferentialFormatType Constructors

Definition

Overloads

DifferentialFormatType()

Initializes a new instance of the DifferentialFormatType class.

DifferentialFormatType(OpenXmlElement[])

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

DifferentialFormatType(IEnumerable<OpenXmlElement>)

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

DifferentialFormatType(String)

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

DifferentialFormatType()

Initializes a new instance of the DifferentialFormatType class.

protected DifferentialFormatType ();
Protected Sub New ()

Applies to

DifferentialFormatType(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

DifferentialFormatType(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

DifferentialFormatType(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to