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

Return Value

The base column.
See Also

Reference

NameInfo type