LastColumn Constructors

Definition

Overloads

LastColumn()

Initializes a new instance of the LastColumn class.

LastColumn(OpenXmlElement[])

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

LastColumn(IEnumerable<OpenXmlElement>)

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

LastColumn(String)

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

LastColumn()

Initializes a new instance of the LastColumn class.

public LastColumn ();
Public Sub New ()

Applies to

LastColumn(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

LastColumn(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

LastColumn(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to