Share via


CommentRowTarget Constructors

Definition

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.

Applies to