GcSpread.Sheets Namespace > ConditionRuleBase type : intersects Method |
var instance = new GcSpread.Sheets.ConditionRuleBase(style); var value; // Type: boolean value = instance.intersects(row, column, rowCount, columnCount);
function intersects( row : number, column : number, rowCount : number, columnCount : number ) : boolean;
true
if the range for this rule intersects another range; otherwise, false
.