FutureMetadataBlock Constructors

Definition

Overloads

FutureMetadataBlock()

Initializes a new instance of the FutureMetadataBlock class.

FutureMetadataBlock(OpenXmlElement[])

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

FutureMetadataBlock(IEnumerable<OpenXmlElement>)

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

FutureMetadataBlock(String)

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

FutureMetadataBlock()

Initializes a new instance of the FutureMetadataBlock class.

public FutureMetadataBlock ();
Public Sub New ()

Applies to

FutureMetadataBlock(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

FutureMetadataBlock(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

FutureMetadataBlock(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to