'Declaration Public Function IsInRange( _ ByVal item As Integer, _ ByVal field As String _ ) As Boolean
'Declaration
Public Function IsInRange( _ ByVal item As Integer, _ ByVal field As String _ ) As Boolean
public bool IsInRange( int item, string field )
CustomItemRange Class CustomItemRange Members