GcSpread.Sheets.Calc Namespace : CalcArray type |
var instance = new GcSpread.Sheets.Calc.CalcArray();
function CalcArray;
Object
GcSpread.Sheets.Calc.CalcArray
Name | Description | |
---|---|---|
CalcArray Constructor | Represents a Calc Array that wraps a source object to be a two-dimensional array. |
Name | Description | |
---|---|---|
getColumnCount | Gets the number of columns in the array. | |
getRowCount | Gets the number of rows in the array. | |
getValue | Gets the value at the specified position in the array. | |
getValueByIndex | Gets the value at the specified position in the array. | |
length | Gets the length of this array. |