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


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

パラメータ

index
オブジェクトのインデックス。

プロパティ値

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

C1PageCollection クラス
C1PageCollection メンバ