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

Reference

CellRange type