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