GrapeCity SPREAD for WPF 2.0J
Move メソッド (ColumnCollection)

移動する最初の列の位置を示す int 値。
移動先の位置を示す int 値。
移動する列の数を示す int 値。
コレクション内の一連の列を新しい位置に移動します。
構文
'Declaration
 
Public Sub Move( _
   ByVal index As Integer, _
   ByVal moveToIndex As Integer, _
   Optional ByVal count As Integer _
) 
public void Move( 
   int index,
   int moveToIndex,
   int count
)

パラメータ

index
移動する最初の列の位置を示す int 値。
moveToIndex
移動先の位置を示す int 値。
count
移動する列の数を示す int 値。
例外
例外説明
System.ArgumentOutOfRangeExceptionindex が 0未満です。または、indexCount 以上です。または、count が 0 以下です。または、indexcountColumnCollection 内の要素の有効な範囲を示していません。または、moveToIndex が 0 未満です。または、moveToIndexCount 以上です。
System.InvalidOperationExceptionLayoutModeLayoutMode.Template です。
解説
LayoutModeLayoutMode.Template の場合、このコレクションは変更できません。
参照

ColumnCollection クラス
ColumnCollection メンバ

 

 


Copyright © 2012 GrapeCity inc. All rights reserved.