Compartilhar via


ThreadedCommentText Construtores

Definição

Sobrecargas

ThreadedCommentText()

Inicializa uma nova instância da classe ThreadedCommentText.

ThreadedCommentText(String)

Inicializa uma nova instância da classe ThreadedCommentText com o conteúdo de texto especificado.

ThreadedCommentText()

Inicializa uma nova instância da classe ThreadedCommentText.

public ThreadedCommentText ();
Public Sub New ()

Aplica-se a

ThreadedCommentText(String)

Inicializa uma nova instância da classe ThreadedCommentText com o conteúdo de texto especificado.

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

Parâmetros

text
String

Especifica o conteúdo de texto do elemento.

Aplica-se a