'宣言 Public Default Property Item( _ ByVal index As Integer _ ) As Record
public Record this[ int index ]; {get; set;}
注:Record は DataRecord、GroupByRecord、および ExpandableFieldRecord の抽象基本クラスであるため、このプロパティを適切な派生クラスにキャストし、DataRecord の DataRecord.Cells コレクションなど特定のプロパティにアクセスしなければならない場合があります。
ViewableRecordCollection クラス ViewableRecordCollection メンバ DataRecord クラス GroupByRecord クラス ExpandableFieldRecord クラス