GcSpread.Sheets Namespace > Range type : contains Method |
var instance = new GcSpread.Sheets.Range(r, c, rc, cc); var value; // Type: boolean value = instance.contains(row, col, rowCount, colCount);
true
if the range contains the cell; otherwise, false
.