Subject: | Unclarity between row-level and all-cells-per-row operations |
Some of the 'setRowXxxx' functions operate on the <tr>, whereas others
call setCellXxxx on each cell individually.
Specifically Align, Style, Class, VAlign, NoWrap, BGColor, Attr appear
to set the properties at the TR level,
whereas Head, Width, Height, Format do loop over the cells.
But the documentation in every case says 'Applies setCellXxxx' over the
whole row, which is wrong in most cases.
Furthermore, though the choices in the lists above are generally right,
there are some instances where it would be desirable to have the
alternative approach. Specifically, I want to be able to set Class and
Style either for the row or for all the cells.