rows property

List<List<String>> rows
final

Row data. Each inner list must have the same length as columns.

Implementation

final List<List<String>> rows;