PrintDocument for WinForms
Add メソッド (C1HyperlinkInfoCollection)


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

パラメータ

hyperlinkInfo
The C1HyperlinkInfo to add.

戻り値の型

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

C1HyperlinkInfoCollection クラス
C1HyperlinkInfoCollection メンバ