PrintDocument for WinForms
Add メソッド (UserCellGroupCollection)


C1.PrintDocument.4.5.2 アセンブリ > C1.C1Preview 名前空間 > UserCellGroupCollection クラス : Add メソッド
追加するオブジェクト。
オブジェクトをコレクションに追加します。
シンタックス
'宣言
 
Public Function Add( _
   ByVal cellGroup As UserCellGroup _
) As System.Integer
'使用法
 
Dim instance As UserCellGroupCollection
Dim cellGroup As UserCellGroup
Dim value As System.Integer
 
value = instance.Add(cellGroup)
public System.int Add( 
   UserCellGroup cellGroup
)

パラメータ

cellGroup
追加するオブジェクト。

戻り値の型

コレクションに追加されたオブジェクトのインデックスを返します。
参照

UserCellGroupCollection クラス
UserCellGroupCollection メンバ