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

挿入する位置を示す int 値。
挿入する列の数を示す int 値。
一連の列をコレクションに挿入します。
構文
'Declaration
 
Public Sub Insert( _
   ByVal index As Integer, _
   Optional ByVal count As Integer _
) 
public void Insert( 
   int index,
   int count
)

パラメータ

index
挿入する位置を示す int 値。
count
挿入する列の数を示す int 値。
例外
例外説明
System.ArgumentOutOfRangeExceptionindex が0未満です。または、indexCount を超えています。または、count が0以下です。
System.InvalidOperationExceptionLayoutModeLayoutMode.Template です。
解説
LayoutModeLayoutMode.Template の場合、このコレクションは変更できません。
参照

ColumnCollection クラス
ColumnCollection メンバ

 

 


Copyright © 2012 GrapeCity inc. All rights reserved.