ComponentOne RulesManager for WinForms
C1.Win.RulesManager Namespace / ItemRange Class / IsInRange Method
Specified the item index.
Specified the field name.

In This Topic
    IsInRange Method (ItemRange)
    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
    public bool IsInRange( 
       int item,
       string field
    )

    Parameters

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