'宣言 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.