var instance = new GC.Spread.Sheets.Worksheet(name); var value; // Type: Array value = instance.getArray(row, column, rowCount, colCount, getFormula);
function getArray( row : number, column : number, rowCount : number, colCount : number, getFormula : boolean ) : Array;
Parameters
- row
- The row index.
- column
- The column index.
- rowCount
- The row count.
- colCount
- The column count.
- getFormula
- If
true
, return formulas; otherwise, return values.
Return Value
The object array from the specified range of cells.