PowerTools SPREAD for ASP.NET 8.0J
Copy メソッド (IMovable)

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

パラメータ

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

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

 

 


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