Search
Cell.setAnnotation Method
See Also
 






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

Namespace: com.mindfusion.spreadsheet
Package: com.mindfusion.spreadsheet

 Syntax

Java  Copy Code

public void setAnnotation (
    String value
)

 Parameters

value

The text of the comment.

 See Also