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


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

パラメータ

index
The index in the current collection.

プロパティ値

The ParagraphObject at the specified index.
参照

ParagraphObjectCollection クラス
ParagraphObjectCollection メンバ