CommentRowTarget 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
CommentRowTarget() |
Initializes a new instance of the CommentRowTarget class. |
CommentRowTarget(String) |
Initializes a new instance of the CommentRowTarget class with the specified text content. |
CommentRowTarget()
Initializes a new instance of the CommentRowTarget class.
public CommentRowTarget ();
Public Sub New ()
Applies to
CommentRowTarget(String)
Initializes a new instance of the CommentRowTarget class with the specified text content.
public CommentRowTarget (string text);
new DocumentFormat.OpenXml.Vml.Spreadsheet.CommentRowTarget : string -> DocumentFormat.OpenXml.Vml.Spreadsheet.CommentRowTarget
Public Sub New (text As String)
Parameters
- text
- String
Specifies the text content of the element.