SpreadJS Documentation
CalcArray type
Represents a Calc Array that wraps a source object to be a two-dimensional array.
Syntax
var instance = new GcSpread.Sheets.Calc.CalcArray();
function CalcArray;
Inheritance Hierarchy

Object
   GcSpread.Sheets.Calc.CalcArray

Constructors
 NameDescription
public ConstructorCalcArray ConstructorRepresents a Calc Array that wraps a source object to be a two-dimensional array.  
Top
Methods
 NameDescription
public MethodgetColumnCountGets the number of columns in the array.  
public MethodgetRowCountGets the number of rows in the array.  
public MethodgetValueGets the value at the specified position in the array.  
public MethodgetValueByIndexGets the value at the specified position in the array.  
public MethodlengthGets the length of this array.  
Top
See Also

Reference

GcSpread.Sheets.Calc Namespace

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.