GrapeCity SPREAD for WPF 2.0J
Add(Int32) メソッド

追加する列の数を示す int 値。
一連の列をコレクションに追加します。
構文
'Declaration
 
Public Overloads Function Add( _
   ByVal count As Integer _
) As Integer()
public int[] Add( 
   int count
)

パラメータ

count
追加する列の数を示す int 値。

戻り値の型

追加された列のインデックスを含む int 配列。
例外
例外説明
System.ArgumentOutOfRangeExceptioncount が0以下です。
System.InvalidOperationExceptionLayoutModeLayoutMode.Template です。
解説
LayoutModeLayoutMode.Template の場合、このコレクションは変更できません。
参照

ColumnCollection クラス
ColumnCollection メンバ
オーバーロード一覧

 

 


Copyright © 2012 GrapeCity inc. All rights reserved.