PrintDocument for WinForms
FindByName メソッド (C1AnchorCollection)


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 > C1AnchorCollection クラス : FindByName メソッド
The name to search for.
Searches for an anchor with the specified name in the current collection.
シンタックス
'宣言
 
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.
参照

C1AnchorCollection クラス
C1AnchorCollection メンバ