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

Return Value

The base column.
See Also

Reference

NameInfo type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.