PrintDocument for WinForms
Item プロパティ (DataSourceCollection)


C1.PrintDocument.6 アセンブリ > C1.C1Preview.DataBinding 名前空間 > DataSourceCollection クラス : Item プロパティ
The index in the current collection.
Gets or sets the DataSource at the specified index.
シンタックス
'宣言
 
Public Default Property Item( _
   ByVal index As System.Integer _
) As DataSource
'使用法
 
Dim instance As DataSourceCollection
Dim index As System.Integer
Dim value As DataSource
 
instance.Item(index) = value
 
value = instance.Item(index)
public DataSource this[ 
   System.int index
]; {get; set;}

パラメータ

index
The index in the current collection.

プロパティ値

The DataSource at the specified index.
参照

DataSourceCollection クラス
DataSourceCollection メンバ