operator [] abstract method

dynamic operator [](
  1. int i
)

Get a column value by column index (zero based).

Implementation

operator[] (int i);