Sets the text of the annotation object, associated with this cell.
Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms
SyntaxC#
Copy Code
|
|---|
public void SetAnnotation ( |
Visual Basic
Copy Code
|
|---|
Public Sub SetAnnotation( _ |
The text of the comment.
RemarksThe annotation can be subsequently accessed and customized through the Annotation property.
See Also