var instance = new GC.Spread.Sheets.ConditionalFormatting.ConditionRuleBase(ruleType, style, ranges); var value; // Type: boolean value = instance.contains(row, column);
Parameters
- row
- The row index.
- column
- The column index.
Return Value
true
if the range of cells contains the cell at the specified row and column; otherwise, false
.