PrintDocument for WinForms
Add メソッド (C1HyperlinkInfo.AreaCollection)


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

パラメータ

area
The area to add.

戻り値の型

The index of the added area in the current collection.
参照

C1HyperlinkInfo.AreaCollection クラス
C1HyperlinkInfo.AreaCollection メンバ