MindFusion.Wpf Pack Programmer's Guide
Cell.SetAnnotation Method
See Also
 





Sets the text of the annotation object, associated with this cell.

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

 Syntax

C#  Copy Code

public void SetAnnotation (
    string value
)

Visual Basic  Copy Code

Public Sub SetAnnotation( _
    value As String _
)

 Parameters

value

The text of the comment.

 Remarks

The annotation can be subsequently accessed and customized through the Annotation property.

 See Also

Cell Members
Cell Class
MindFusion.Spreadsheet.Wpf Namespace