Returns the Series at the specified index.

 public Series this[int index] { get; }
Public Default ReadOnly Property Item(ByVal index As Integer) As Series

The 0-based index of the Series to return.

The Series at the specified index.