FieldsUsage Constructors

Definition

Overloads

FieldsUsage()

Initializes a new instance of the FieldsUsage class.

FieldsUsage(OpenXmlElement[])

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

FieldsUsage(IEnumerable<OpenXmlElement>)

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

FieldsUsage(String)

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

FieldsUsage()

Initializes a new instance of the FieldsUsage class.

public FieldsUsage ();
Public Sub New ()

Applies to

FieldsUsage(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

FieldsUsage(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

FieldsUsage(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to