FlexReport for WinForms
IndexByName メソッド (ReportObjectCollection<TItem>)


C1.Report.4.6.2 アセンブリ > C1.Report 名前空間 > ReportObjectCollection<TItem> クラス : IndexByName メソッド
The name of element.
Gets the index of the element by its name.
シンタックス
'宣言
 
Public Function IndexByName( _
   ByVal name As System.String _
) As System.Integer
'使用法
 
Dim instance As ReportObjectCollection(Of TItem)
Dim name As System.String
Dim value As System.Integer
 
value = instance.IndexByName(name)
public System.int IndexByName( 
   System.string name
)

パラメータ

name
The name of element.

戻り値の型

The zero-based index of element with specified name or -1 if name not specified.
参照

参照

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