var instance = new GC.Spread.Sheets.ConditionalFormatting.ConditionRuleBase(ruleType, style, ranges); var value; // Type: boolean value = instance.intersects(row, column, rowCount, columnCount);
function intersects( row : number, column : number, rowCount : number, columnCount : number ) : boolean;
パラメータ
- row
- 行インデックス。
- column
- 列インデックス。
- rowCount
- 行数。
- columnCount
- 列数。
戻り値の型
このルールの範囲が別の範囲と交差する場合は
true
、それ以外の場合はfalse
。