FirstColumn Constructors

Definition

Overloads

FirstColumn()

Initializes a new instance of the FirstColumn class.

FirstColumn(OpenXmlElement[])

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

FirstColumn(IEnumerable<OpenXmlElement>)

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

FirstColumn(String)

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

FirstColumn()

Initializes a new instance of the FirstColumn class.

public FirstColumn ();
Public Sub New ()

Applies to

FirstColumn(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

FirstColumn(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

FirstColumn(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to