共用方式為


LastRow Constructors

Definition

Overloads

LastRow()

Initializes a new instance of the LastRow class.

LastRow(OpenXmlElement[])

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

LastRow(IEnumerable<OpenXmlElement>)

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

LastRow(String)

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

LastRow()

Initializes a new instance of the LastRow class.

public LastRow ();
Public Sub New ()

Applies to

LastRow(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

LastRow(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

LastRow(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to