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


コピーを開始する位置
コピーしたアイテムの貼り付けを開始する位置
コピーするアイテムの数
指定した位置から別の位置にアイテムをコピーします。
構文
'Declaration
 
Sub Copy( _
   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.Copy(fromIndex, toIndex, count)
void Copy( 
   int fromIndex,
   int toIndex,
   int count
)

パラメータ

fromIndex
コピーを開始する位置
toIndex
コピーしたアイテムの貼り付けを開始する位置
count
コピーするアイテムの数
参照

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

 

 


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