バージョン

Item プロパティ (SelectedRecordCollection)

インデクサー
シンタックス
'宣言
 
Public ReadOnly Default Property Item( _
   ByVal index As Integer _
) As Record
public Record this[ 
   int index
]; {get;}

パラメータ

index
解説

注:RecordDataRecordGroupByRecord、および ExpandableFieldRecord の抽象基本クラスであるため、このプロパティを適切な派生クラスにキャストし、DataRecordDataRecord.Cells コレクションなど特定のプロパティにアクセスしなければならない場合があります。

参照