ThreadedCommentText Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.