SpreadJS Documentation
getRow Method
GC.Spread.Sheets Namespace > NameInfo type : getRow Method
Gets the base row of the custom named expression.
Syntax
var instance = new GC.Spread.Sheets.NameInfo(name, expr, row, column, comment);
var value; // Type: number
value = instance.getRow();
function getRow() : number;

Return Value

The base row.
See Also

Reference

NameInfo type