Share via


Comment.CommentText Property

Comment Text.Represents the element tag in schema: x:text

Namespace:  DocumentFormat.OpenXml.Spreadsheet
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
Public Property CommentText As CommentText
    Get
    Set
'Usage
Dim instance As Comment
Dim value As CommentText

value = instance.CommentText

instance.CommentText = value
public CommentText CommentText { get; set; }

Property Value

Type: DocumentFormat.OpenXml.Spreadsheet.CommentText
Returns CommentText.

See Also

Reference

Comment Class

Comment Members

DocumentFormat.OpenXml.Spreadsheet Namespace