tableData property

List<List<ReportCell>> tableData
final

A pure 2D list of data cells representing the main body grid.

Implementation

final List<List<ReportCell>> tableData;