PowerTools SPREAD for Windows Forms 8.0J
Move メソッド (IMovable)


移動を開始する位置
アイテムを貼り付ける位置
移動するアイテムの数
指定した位置から別の位置にアイテムを移動します。
構文
void Move( 
   int fromIndex,
   int toIndex,
   int count
)
'Declaration
 
Sub Move( _
   ByVal fromIndex As Integer, _
   ByVal toIndex As Integer, _
   ByVal count As Integer _
) 
 
'使用法
 
Dim instance As IMovable
Dim fromIndex As Integer
Dim toIndex As Integer
Dim count As Integer
 
instance.Move(fromIndex, toIndex, count)

パラメータ

fromIndex
移動を開始する位置
toIndex
アイテムを貼り付ける位置
count
移動するアイテムの数
参照

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

 

 


© 2004-2015, GrapeCity inc. All rights reserved.