GcSpread.Sheets Namespace > ConditionRuleBase type : contains Method |
var instance = new GcSpread.Sheets.ConditionRuleBase(style); var value; // Type: boolean value = instance.contains(row, column);
true
if the range of cells contains the cell at the specified row and column; otherwise, false
.