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


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

パラメータ

index
The index in the current collection.

プロパティ値

The DataSet at the specified index.
参照

DataSetCollection クラス
DataSetCollection メンバ
オーバーロード一覧