Version

Text Property (WorksheetCellComment)

Gets or sets the formatted text of the comment.
Syntax
'Declaration
 
Public Property Text As FormattedString
public FormattedString Text {get; set;}

Property Value

The formatted text of the comment.
Remarks

Getting the value of this property will always return a non-null value. If null is set on the property, it will subsequently return an empty formatted string.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also