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


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

パラメータ

index
The index in the current collection.

プロパティ値

The element at the specified index.
参照

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