FlexReport for WinForms
Item プロパティ (BrickCollection<TItem>)


C1.Report アセンブリ > C1.Report.Rendering 名前空間 > BrickCollection<TItem> クラス : Item プロパティ
シンタックス
'宣言
 
Public Default Property Item( _
   ByVal index As System.Integer _
) As TItem
'使用法
 
Dim instance As BrickCollection(Of TItem)
Dim index As System.Integer
Dim value As TItem
 
instance.Item(index) = value
 
value = instance.Item(index)
public TItem this[ 
   System.int index
]; {get; set;}

パラメータ

index
参照

参照

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