var instance = new GC.Spread.Sheets.Range(r, c, rc, cc); var value; // Type: boolean value = instance.contains(row, col, rowCount, colCount);
Parameters
- row
- The row index.
- col
- The column index.
- rowCount
- The row count.
- colCount
- The column count.
Return Value
true
if the range contains the cell; otherwise, false
.