Row typedef

Row = List<String>

Table row (list of cell values).

Implementation

typedef Row = List<String>;