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