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

交換を開始する位置
項目の交換先の位置
交換する項目の数
指定した位置と別の位置で項目を交換します。
構文
'Declaration
 
Sub Swap( _
   ByVal fromIndex As Integer, _
   ByVal toIndex As Integer, _
   ByVal count As Integer _
) 
void Swap( 
   int fromIndex,
   int toIndex,
   int count
)

パラメータ

fromIndex
交換を開始する位置
toIndex
項目の交換先の位置
count
交換する項目の数
参照

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

 

 


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