var instance = new GC.Spread.Sheets.Comments.Comment(text); var returnValue; // Type: any returnValue = instance.backColor(value);
function backColor( value : string ) : any;
Parameters
- value
- The background color of the comment.
Return Value
If no value is set, returns the background color of the comment; otherwise, returns the comment.