var instance = new GC.Spread.Sheets.Comments.Comment(text); var returnValue; // Type: any returnValue = instance.textDecoration(value);
function textDecoration( value : TextDecorationType ) : any;
Parameters
- value
- The text decoration for the comment.
Return Value
If no value is set, returns the text decoration for the comment; otherwise, returns the comment.