ItemRange Constructor(Int32,Int32)
In This Topic
ItemRange の新しいインスタンスを初期化します。
Syntax
'Declaration
Public Function New( _
ByVal As Integer, _
ByVal As Integer _
)
public ItemRange(
int ,
int
)
Parameters
- first
- 最初の項目のインデックス。
- last
- 最後の項目のインデックス。
See Also