PrintDocument for WinForms
Add メソッド (C1AnchorCollection)


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

パラメータ

anchor
The anchor to add.

戻り値の型

Index of the newly added anchor in the current collection.
参照

C1AnchorCollection クラス
C1AnchorCollection メンバ