ComponentOne RulesManager for WinForms
C1.Win.RulesManager Namespace / ItemRange Class / ItemRange Constructor / ItemRange Constructor(Int32,Int32)
Fist item index.
Last item index.

In This Topic
    ItemRange Constructor(Int32,Int32)
    In This Topic
    Initializes a new instance of the ItemRange.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal first As Integer, _
       ByVal last As Integer _
    )
    public ItemRange( 
       int first,
       int last
    )

    Parameters

    first
    Fist item index.
    last
    Last item index.
    See Also