C1.Win.RulesManager Namespace / FieldRange Class / SetRange Method
The first item index in the range.
The last item index in the range.
Fields array.

In This Topic
SetRange Method (FieldRange)
In This Topic
Set a range of items.
Syntax
'Declaration
 
Public Sub SetRange( _
   ByVal firstItem As Integer, _
   ByVal lastItem As Integer, _
   ByVal ParamArray fields() As String _
) 
 

Parameters

firstItem
The first item index in the range.
lastItem
The last item index in the range.
fields
Fields array.
See Also