Excel::Template::Container::Row - Excel::Template::Container::Row


Excel-Template documentation  | view source Contained in the Excel-Template distribution.

Index


NAME

Top

Excel::Template::Container::Row - Excel::Template::Container::Row

PURPOSE

Top

To provide a row context for CELL tags

NODE NAME

Top

ROW

INHERITANCE

Top

Excel::Template::Container

ATTRIBUTES

Top

* HEIGHT

Sets the height of the row. The last setting for a given row will win out.

CHILDREN

Top

None

EFFECTS

Top

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

DEPENDENCIES

Top

None

USAGE

Top

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

Generally, you will have CELL and/or FORMULA tags within a ROW.

AUTHOR

Top

Rob Kinyon (rob.kinyon@gmail.com)

SEE ALSO

Top

CELL, FORMULA


Excel-Template documentation  | view source Contained in the Excel-Template distribution.