MESCIUS SPREAD for ASP.NET 10.0J
Move メソッド (IMovable)

移動を開始する位置
移動した項目を貼り付ける位置
移動する項目の数
指定した位置から別の位置に項目を移動します。
構文
'Declaration
 
Sub Move( _
   ByVal fromIndex As Integer, _
   ByVal toIndex As Integer, _
   ByVal count As Integer _
) 
void Move( 
   int fromIndex,
   int toIndex,
   int count
)

パラメータ

fromIndex
移動を開始する位置
toIndex
移動した項目を貼り付ける位置
count
移動する項目の数
参照

IMovable インタフェース
IMovable メンバ

 

 


© MESCIUS inc. All rights reserved.