PURPOSE
To provide a row context for CELL tagsNODE NAME
ROWINHERITANCE
Excel::Template::ContainerATTRIBUTES
-
HEIGHT
Sets the height of the row. The last setting for a given row will win out.
CHILDREN
NoneEFFECTS
Each ROW tag will consume one row of the workbook. When the ROW tag starts, it will set the COL value to 0.DEPENDENCIES
NoneUSAGE
<row> ... Children here </row>
Generally, you will have CELL and/or FORMULA tags within a ROW.