FlexReport for WinForms
Item(Int32) プロパティ


C1.Report.4.6.2 アセンブリ > C1.Report 名前空間 > ReportObjectList<TItem> クラス > Item プロパティ : Item(Int32) プロパティ
The zero-based index of the element to get.
Gets the element at the specified index.
シンタックス
'宣言
 
Public Overloads Overrides ReadOnly Property Item( _
   ByVal index As System.Integer _
) As TItem
'使用法
 
Dim instance As ReportObjectList(Of TItem)
Dim index As System.Integer
Dim value As TItem
 
value = instance.Item(index)
public override TItem Item( 
   System.int index
) {get;}

パラメータ

index
The zero-based index of the element to get.

プロパティ値

The element at specified index.
参照

参照

ReportObjectList<TItem> クラス
ReportObjectList<TItem> メンバ
オーバーロード一覧