PrintDocument for WinForms
Exchange メソッド (OwnedCollectionBase)


C1.PrintDocument.4.5.2 アセンブリ > C1.C1Preview 名前空間 > OwnedCollectionBase クラス : Exchange メソッド
第1項目のインデックス。
第2の項目のインデックス。
コレクション内の2つの項目を入れ替えます。
シンタックス
'宣言
 
Public Sub Exchange( _
   ByVal item1 As System.Integer, _
   ByVal item2 As System.Integer _
) 
'使用法
 
Dim instance As OwnedCollectionBase
Dim item1 As System.Integer
Dim item2 As System.Integer
 
instance.Exchange(item1, item2)
public void Exchange( 
   System.int item1,
   System.int item2
)

パラメータ

item1
第1項目のインデックス。
item2
第2の項目のインデックス。
参照

OwnedCollectionBase クラス
OwnedCollectionBase メンバ