ThreadedComment Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
ThreadedComment() |
Initialise une nouvelle instance de la classe ThreadedComment. |
ThreadedComment(OpenXmlElement[]) |
Initialise une nouvelle instance de la classe ThreadedComment avec les éléments enfants spécifiés. |
ThreadedComment(IEnumerable<OpenXmlElement>) |
Initialise une nouvelle instance de la classe ThreadedComment avec les éléments enfants spécifiés. |
ThreadedComment(String) |
Initialise une nouvelle instance de la classe ThreadedComment à partir du code XML externe. |
ThreadedComment()
Initialise une nouvelle instance de la classe ThreadedComment.
public ThreadedComment ();
Public Sub New ()
S’applique à
ThreadedComment(OpenXmlElement[])
Initialise une nouvelle instance de la classe ThreadedComment avec les éléments enfants spécifiés.
public ThreadedComment (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedComment : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedComment
Public Sub New (ParamArray childElements As OpenXmlElement())
Paramètres
- childElements
- OpenXmlElement[]
Spécifie les éléments enfants.
S’applique à
ThreadedComment(IEnumerable<OpenXmlElement>)
Initialise une nouvelle instance de la classe ThreadedComment avec les éléments enfants spécifiés.
public ThreadedComment (System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.OpenXmlElement> childElements);
new DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedComment : seq<DocumentFormat.OpenXml.OpenXmlElement> -> DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedComment
Public Sub New (childElements As IEnumerable(Of OpenXmlElement))
Paramètres
- childElements
- IEnumerable<OpenXmlElement>
Spécifie les éléments enfants.
S’applique à
ThreadedComment(String)
Initialise une nouvelle instance de la classe ThreadedComment à partir du code XML externe.
public ThreadedComment (string outerXml);
new DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedComment : string -> DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedComment
Public Sub New (outerXml As String)
Paramètres
- outerXml
- String
Spécifie le code XML externe de l’élément.