getContent method

int getContent(
  1. int index
)

Implementation

int getContent(int index) {
  return _field(index, _cellContent);
}