Partager via


ThreadedCommentText Constructeurs

Définition

Surcharges

ThreadedCommentText()

Initialise une nouvelle instance de la classe ThreadedCommentText.

ThreadedCommentText(String)

Initialise une nouvelle instance de la classe ThreadedCommentText avec le contenu de texte spécifié.

ThreadedCommentText()

Initialise une nouvelle instance de la classe ThreadedCommentText.

public ThreadedCommentText ();
Public Sub New ()

S’applique à

ThreadedCommentText(String)

Initialise une nouvelle instance de la classe ThreadedCommentText avec le contenu de texte spécifié.

public ThreadedCommentText (string text);
new DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedCommentText : string -> DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedCommentText
Public Sub New (text As String)

Paramètres

text
String

Spécifie le contenu du texte de l’élément.

S’applique à