ThreadedCommentText 构造函数

定义

重载

ThreadedCommentText()

初始化 ThreadedCommentText 类的新实例。

ThreadedCommentText(String)

使用指定的文本内容初始化 ThreadedCommentText 类的新实例。

ThreadedCommentText()

初始化 ThreadedCommentText 类的新实例。

public ThreadedCommentText ();
Public Sub New ()

适用于

ThreadedCommentText(String)

使用指定的文本内容初始化 ThreadedCommentText 类的新实例。

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

参数

text
String

指定 元素的文本内容。

适用于