SpreadJS Documentation
sheetArea Field
GC.Spread.Sheets Namespace > CellRange type : sheetArea Field
Gets the area that contains this cell range.
Syntax
var instance = new GC.Spread.Sheets.CellRange(sheet, row, col, rowCount, colCount, sheetArea);
var value; // Type: SheetArea
value = instance.sheetArea;
var sheetArea : SheetArea;
See Also

Reference

CellRange type