ItemRange Constructor(Int32,Int32)
In This Topic
Initializes a new instance of the
ItemRange.
Syntax
'Declaration
Public Function New( _
ByVal As Integer, _
ByVal As Integer _
)
public ItemRange(
int ,
int
)
Parameters
- first
- Fist item index.
- last
- Last item index.
See Also