Gets the interactive object associated with this annotation.
Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms
SyntaxC#
Copy Code
|
|---|
public CellAnnotation CellAnnotation { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property CellAnnotation As CellAnnotation |
An instance of the CellAnnotation class that acts as the visual presentation of the annotation within the worksheet.
See Also