PrintDocument for WinForms
Add メソッド (C1AnchorInfoCollection)


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

パラメータ

anchorInfo
The C1AnchorInfo to add.

戻り値の型

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

C1AnchorInfoCollection クラス
C1AnchorInfoCollection メンバ