C1.Win.RulesManager Namespace / CustomItemRange Class / IsInRange Method
Specified the item index.
Specified the field name.

In This Topic
IsInRange Method (CustomItemRange)
In This Topic
Returns a value indicating whether the specified cell is in the range.
Syntax
'Declaration
 
Public Function IsInRange( _
   ByVal item As Integer, _
   ByVal field As String _
) As Boolean
 

Parameters

item
Specified the item index.
field
Specified the field name.
See Also