項目の範囲を設定します。
シンタックス
'宣言
Sub SetRange( _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByVal ParamArray () As System.String _
)
void SetRange(
System.int ,
System.int ,
params System.string[]
)
パラメータ
- firstItem
- 範囲の最初の項目のインデックス。
- lastItem
- 範囲の最後の項目のインデックス。
- fields
- フィールド配列。
参照