SpreadJS Documentation
getColumn Method
The range index.
Gets the base column index for the specified range.
Syntax
var instance = new GcSpread.Sheets.Calc.Reference();
var value; // Type: number
value = instance.getColumn(range);
function getColumn( 
   range : number
) : number;

Parameters

range
The range index.

Return Value

The base column index.
See Also

Reference

Reference type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.