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


C1.PrintDocument.4.5.2 アセンブリ > C1.C1Preview 名前空間 > IndexEntryCollection クラス : Item プロパティ
現在のコレクション内のインデックス。
指定したインデックスの要素を取得または設定します。
シンタックス
'宣言
 
Public Default Property Item( _
   ByVal index As System.Integer _
) As IndexEntry
'使用法
 
Dim instance As IndexEntryCollection
Dim index As System.Integer
Dim value As IndexEntry
 
instance.Item(index) = value
 
value = instance.Item(index)
public IndexEntry this[ 
   System.int index
]; {get; set;}

パラメータ

index
現在のコレクション内のインデックス。

プロパティ値

指定したインデックスの要素。
参照

IndexEntryCollection クラス
IndexEntryCollection メンバ