SpreadJS Documentation
getColumnCount Method
Gets the number of columns in the array.
Syntax
var instance = new GcSpread.Sheets.Calc.CalcArray();
var value; // Type: number
value = instance.getColumnCount();
function getColumnCount() : number;
See Also

Reference

CalcArray type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.