[]
        
(Showing Draft Content)

C1.Win.RulesManager.FieldRange.IsInRange

IsInRange Method

IsInRange(int, string)

Returns a value indicating whether the specified cell is in the range.

Declaration
public bool IsInRange(int item, string field)
Parameters
Type Name Description
int item

Specified the item index.

string field

Specified the field name.

Returns
Type Description
bool
Implements