ComponentOne RulesManager for WinForms
C1.Win.RulesManager Namespace / ItemRange Class / ItemRange Constructor / ItemRange Constructor(Int32,Int32)
最初の項目のインデックス。
最後の項目のインデックス。

In This Topic
    ItemRange Constructor(Int32,Int32)
    In This Topic
    ItemRange の新しいインスタンスを初期化します。
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal first As Integer, _
       ByVal last As Integer _
    )
    public ItemRange( 
       int first,
       int last
    )

    Parameters

    first
    最初の項目のインデックス。
    last
    最後の項目のインデックス。
    See Also