ServerFormats Constructors

Definition

Overloads

ServerFormats()

Initializes a new instance of the ServerFormats class.

ServerFormats(OpenXmlElement[])

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

ServerFormats(IEnumerable<OpenXmlElement>)

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

ServerFormats(String)

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

ServerFormats()

Initializes a new instance of the ServerFormats class.

public ServerFormats ();
Public Sub New ()

Applies to

ServerFormats(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

ServerFormats(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

ServerFormats(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to