rows property

List<List<String>> rows
final

Lists data as rows. Each root list contains all items of that row. The first row is the heading.

Implementation

final List<List<String>> rows;