'使用法 Dim instance As C1AnchorCollection Dim anchor As C1Anchor Dim value As System.Integer value = instance.Add(anchor)
パラメータ
- anchor
- The anchor to add.
戻り値の型
Index of the newly added anchor in the current collection.
'使用法 Dim instance As C1AnchorCollection Dim anchor As C1Anchor Dim value As System.Integer value = instance.Add(anchor)