Version

Text Property (WorksheetCellComment)

Gets or sets the formatted text of the comment.
Syntax
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: Android 4.4+, iOS 8+

Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+

See Also