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


C1.Document アセンブリ > C1.Document 名前空間 > RenderSectionCollection クラス > Item プロパティ : Item(Int32) プロパティ
The zero-based index of the element to get or set.
Gets or sets the element at the specified index.
シンタックス
'宣言
 
Public Overloads Shadows Property Item( _
   ByVal index As System.Integer _
) As RenderSection
'使用法
 
Dim instance As RenderSectionCollection
Dim index As System.Integer
Dim value As RenderSection
 
instance.Item(index) = value
 
value = instance.Item(index)
public new RenderSection Item( 
   System.int index
) {get; set;}

パラメータ

index
The zero-based index of the element to get or set.

プロパティ値

Returns the element with specified index.
参照

参照

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