Share via


ThreadedCommentText Constructors

Definition

Overloads

ThreadedCommentText()

Initializes a new instance of the ThreadedCommentText class.

ThreadedCommentText(String)

Initializes a new instance of the ThreadedCommentText class with the specified text content.

ThreadedCommentText()

Initializes a new instance of the ThreadedCommentText class.

public ThreadedCommentText ();
Public Sub New ()

Applies to

ThreadedCommentText(String)

Initializes a new instance of the ThreadedCommentText class with the specified text content.

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

Parameters

text
String

Specifies the text content of the element.

Applies to