FlexReport for WinForms
FindByName メソッド (NamedCollection<TItem>)


C1.Document.4.6.2 アセンブリ > C1.Document 名前空間 > NamedCollection<TItem> クラス : FindByName メソッド
The name of the item to locate.
Returns item with specified name.
シンタックス
'宣言
 
Public Function FindByName( _
   ByVal name As System.String _
) As TItem
'使用法
 
Dim instance As NamedCollection(Of TItem)
Dim name As System.String
Dim value As TItem
 
value = instance.FindByName(name)
public TItem FindByName( 
   System.string name
)

パラメータ

name
The name of the item to locate.

戻り値の型

The specified item
参照

参照

NamedCollection<TItem> クラス
NamedCollection<TItem> メンバ