FlexReport for WinForms
Item プロパティ (ChartObjectCollection<T>)


C1.Win.FlexReport.4.5.2 アセンブリ > C1.Win.FlexReport.Chart 名前空間 > ChartObjectCollection<T> クラス : Item プロパティ
取得する要素の 0 から始まるインデックス。
指定されたインデックスにある要素を取得します。
シンタックス
'宣言
 
Public ReadOnly Default Property Item( _
   ByVal index As System.Integer _
) As T
'使用法
 
Dim instance As ChartObjectCollection(Of T)
Dim index As System.Integer
Dim value As T
 
value = instance.Item(index)
public T this[ 
   System.int index
]; {get;}

パラメータ

index
取得する要素の 0 から始まるインデックス。

プロパティ値

指定されたインデックスにある要素。
参照

ChartObjectCollection<T> クラス
ChartObjectCollection<T> メンバ