MindFusion.Wpf Pack Programmer's Guide
Cell.Annotation Property
See Also
 





Gets the Annotation object that represents a comment for this cell.

Namespace: MindFusion.Spreadsheet.Wpf
Assembly: MindFusion.Spreadsheet.Wpf

 Syntax

C#  Copy Code

public Annotation Annotation { get; }

Visual Basic  Copy Code

Public ReadOnly Property Annotation As Annotation

 Property Value

An instance of the Annotation class.

 Remarks

To create and associate an annotation with the cell, call the SetAnnotation method.

 See Also

Cell Members
Cell Class
MindFusion.Spreadsheet.Wpf Namespace