operator [] method

CyberDataRow operator [](
  1. int index
)

Implementation

CyberDataRow operator [](int index) {
  return _rows[index];
}