Partager via


LastRow Constructeurs

Définition

Surcharges

LastRow()

Initialise une nouvelle instance de la classe LastRow.

LastRow(OpenXmlElement[])

Initialise une nouvelle instance de la classe LastRow avec les éléments enfants spécifiés.

LastRow(IEnumerable<OpenXmlElement>)

Initialise une nouvelle instance de la classe LastRow avec les éléments enfants spécifiés.

LastRow(String)

Initialise une nouvelle instance de la classe LastRow à partir d’un code XML externe.

LastRow()

Initialise une nouvelle instance de la classe LastRow.

public LastRow ();
Public Sub New ()

S’applique à

LastRow(OpenXmlElement[])

Initialise une nouvelle instance de la classe LastRow avec les éléments enfants spécifiés.

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())

Paramètres

childElements
OpenXmlElement[]

Spécifie les éléments enfants.

S’applique à

LastRow(IEnumerable<OpenXmlElement>)

Initialise une nouvelle instance de la classe LastRow avec les éléments enfants spécifiés.

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))

Paramètres

childElements
IEnumerable<OpenXmlElement>

Spécifie les éléments enfants.

S’applique à

LastRow(String)

Initialise une nouvelle instance de la classe LastRow à partir d’un code XML externe.

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

Paramètres

outerXml
String

Spécifie le code XML externe de l’élément.

S’applique à