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