VolatileType Constructors

Definition

Overloads

VolatileType()

Initializes a new instance of the VolatileType class.

VolatileType(OpenXmlElement[])

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

VolatileType(IEnumerable<OpenXmlElement>)

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

VolatileType(String)

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

VolatileType()

Initializes a new instance of the VolatileType class.

public VolatileType ();
Public Sub New ()

Applies to

VolatileType(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

VolatileType(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

VolatileType(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to