DataSource for Entity Framework for WinForms
Item プロパティ (ViewRowCollection)

C1.LiveLinq.4.5.2 アセンブリ > C1.LiveLinq.LiveViews 名前空間 > ViewRowCollection クラス : Item プロパティ
ビュー行の0から始まる順序位置。
指定された順序位置にあるビュー行を取得します。
シンタックス
'宣言
 
Public ReadOnly Default Property Item( _
   ByVal ordinal As System.Integer _
) As ViewRow
public ViewRow this[ 
   System.int ordinal
]; {get;}

パラメータ

ordinal
ビュー行の0から始まる順序位置。
参照

ViewRowCollection クラス
ViewRowCollection メンバ