Aracılığıyla paylaş


Format Constructors

Definition

Overloads

Format()

Initializes a new instance of the Format class.

Format(OpenXmlElement[])

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

Format(IEnumerable<OpenXmlElement>)

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

Format(String)

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

Format()

Initializes a new instance of the Format class.

public Format ();
Public Sub New ()

Applies to

Format(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

Format(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

Format(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to