バージョン

RefRange コンストラクタ

新しい RefRange を初期化します。
シンタックス
'宣言
 
Public Function New( _
   ByVal from As RefBase, _
   ByVal to As RefBase _
)
public RefRange( 
   RefBase from,
   RefBase to
)

パラメータ

from
範囲の開始値 (開始値を含む)。
to
範囲の終了値 (終了値を含む)。
参照