operator [] method

ExcelTable operator [](
  1. dynamic index
)

table Cell Index.

Implementation

ExcelTable operator [](dynamic index) {
  return _tableCollection[index];
}