PrintDocument for WinForms
Insert メソッド (C1AnchorCollection)


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 > C1AnchorCollection クラス : Insert メソッド
The position at which to insert the anchor.
The anchor to insert.
Inserts a C1Anchor into the current collection.
シンタックス
'宣言
 
Public Sub Insert( _
   ByVal index As System.Integer, _
   ByVal anchor As C1Anchor _
) 
'使用法
 
Dim instance As C1AnchorCollection
Dim index As System.Integer
Dim anchor As C1Anchor
 
instance.Insert(index, anchor)
public void Insert( 
   System.int index,
   C1Anchor anchor
)

パラメータ

index
The position at which to insert the anchor.
anchor
The anchor to insert.
参照

C1AnchorCollection クラス
C1AnchorCollection メンバ