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