PrintDocument for WinForms
Add メソッド (UserCellGroupCollection)


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 > UserCellGroupCollection クラス : Add メソッド
The user cell group to add.
Adds a UserCellGroup to the current collection.
シンタックス
'宣言
 
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
The user cell group to add.

戻り値の型

The index of the newly added group in the current collection.
参照

UserCellGroupCollection クラス
UserCellGroupCollection メンバ