Spread.Sheets Documentation
contains Method
The row index.
The column index.
Determines whether the range of cells contains the cell at the specified row and column.
Syntax
var instance = new GC.Spread.Sheets.ConditionalFormatting.ConditionRuleBase(ruleType, style, ranges);
var value; // Type: boolean
value = instance.contains(row, column);
function contains( 
   row : number,
   column : number
) : boolean;

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.
See Also

Reference

ConditionRuleBase type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.