SetRange Method (ItemRange)
In This Topic
Set a range of items.
Syntax
'Declaration
Public Sub SetRange( _
ByVal As Integer, _
ByVal As Integer, _
ByVal ParamArray () As String _
)
public void SetRange(
int ,
int ,
params string[]
)
Parameters
- firstItem
- The first item index in the range.
- lastItem
- The last item index in the range.
- fields
- Fields array.
See Also