PrintDocument for WinForms
Add メソッド (TagCollection)


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 > TagCollection クラス : Add メソッド
The object to add.
Adds a Tag object to the current collection.
シンタックス
'宣言
 
Public Function Add( _
   ByVal tag As Tag _
) As System.Integer
'使用法
 
Dim instance As TagCollection
Dim tag As Tag
Dim value As System.Integer
 
value = instance.Add(tag)
public System.int Add( 
   Tag tag
)

パラメータ

tag
The object to add.

戻り値の型

The index of the newly added object.
参照

TagCollection クラス
TagCollection メンバ