Gets the Annotation object that represents a comment for this cell.
Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms
SyntaxC#
Copy Code
|
|---|
public Annotation Annotation { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property Annotation As Annotation |
An instance of the Annotation class.
RemarksTo create and associate an annotation with the cell, call the SetAnnotation method.
See Also