PURPOSE

To provide a row context for \s-1CELL\s0 tags

NODE NAME

\s-1ROW\s0

INHERITANCE

Excel::Template::Container

ATTRIBUTES

  • \s-1HEIGHT\s0 Sets the height of the row. The last setting for a given row will win out.

CHILDREN

None

EFFECTS

Each \s-1ROW\s0 tag will consume one row of the workbook. When the \s-1ROW\s0 tag starts, it will set the \s-1COL\s0 value to 0.

DEPENDENCIES

None

USAGE

  <row>
    ... Children here
  </row>

Generally, you will have \s-1CELL\s0 and/or \s-1FORMULA\s0 tags within a \s-1ROW\s0.

AUTHOR

Rob Kinyon ([email protected])

RELATED TO Excel::Template::Container::Row…

\s-1CELL\s0, \s-1FORMULA\s0