XmlColumnProperties Constructors

Definition

Overloads

XmlColumnProperties()

Initializes a new instance of the XmlColumnProperties class.

XmlColumnProperties(OpenXmlElement[])

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

XmlColumnProperties(IEnumerable<OpenXmlElement>)

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

XmlColumnProperties(String)

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

XmlColumnProperties()

Initializes a new instance of the XmlColumnProperties class.

public XmlColumnProperties ();
Public Sub New ()

Applies to

XmlColumnProperties(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

XmlColumnProperties(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

XmlColumnProperties(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to