SpreadJS Documentation
getColumnCount Method
Gets the column count of current source.
Syntax
var instance = new GcSpread.Sheets.Calc.CalcSource(service);
var value; // Type: number
value = instance.getColumnCount();
function getColumnCount() : number;

Return Value

The column count of current source.
See Also

Reference

CalcSource type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.