Show / Hide Table of Contents

Property Item

| Improve this Doc View Source

Item[Int32]

Gets or sets the DataRow at specified index.

Declaration
public DataRow this[int index] { get; set; }
Parameters
Type Name Description
System.Int32 index

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

Property Value
Type Description
DataRow

The DataRow at the specified index.

Implements
System.Collections.Generic.IList<T>.Item[System.Int32]
System.Collections.Generic.IReadOnlyList<T>.Item[System.Int32]
  • Improve this Doc
  • View Source
Back to top Copyright © Weifen Luo | DevZest