'使用法 Dim instance As C1AnchorCollection Dim anchor As C1Anchor Dim value As System.Integer value = instance.IndexOf(anchor)
パラメータ
- anchor
- The anchor to search for.
戻り値の型
The index of the specified anchor in the current collection, or -1.
'使用法 Dim instance As C1AnchorCollection Dim anchor As C1Anchor Dim value As System.Integer value = instance.IndexOf(anchor)