FlexReport for WinForms
GetByIndex メソッド (C1KeyedList<TKey,TItem>)


C1.Document.4.6.2 アセンブリ > C1.Document 名前空間 > C1KeyedList<TKey,TItem> クラス : GetByIndex メソッド
The specified index of page.
Gets the page item by specified index.
シンタックス
'宣言
 
Public Function GetByIndex( _
   ByVal index As System.Integer _
) As TItem
'使用法
 
Dim instance As C1KeyedList(Of TKey,TItem)
Dim index As System.Integer
Dim value As TItem
 
value = instance.GetByIndex(index)
public TItem GetByIndex( 
   System.int index
)

パラメータ

index
The specified index of page.

戻り値の型

The document page.
参照

参照

C1KeyedList<TKey,TItem> クラス
C1KeyedList<TKey,TItem> メンバ