Spread.Sheets Documentation
getComment Method
GC.Spread.Sheets Namespace > NameInfo type : getComment Method
Gets the comment of the current NameInfo object.
Syntax
var instance = new GC.Spread.Sheets.NameInfo(name, expr, row, column, comment);
var value; // Type: string
value = instance.getComment();
function getComment() : string;

Return Value

The name of the current NameInfo object.
See Also

Reference

NameInfo type