'宣言 Public Function FindByName( _ ByVal anchorName As System.String _ ) As C1Anchor
'使用法 Dim instance As C1AnchorCollection Dim anchorName As System.String Dim value As C1Anchor value = instance.FindByName(anchorName)
public C1Anchor FindByName( System.string anchorName )
パラメータ
- anchorName
- The name to search for.
戻り値の型
The anchor with the specified name, or null if the anchor was not found.