logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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

Attributes

       •   HEIGHT

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

Author

       Rob Kinyon (rob.kinyon@gmail.com)

Children

       None

Dependencies

       None

Effects

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

Inheritance

       Excel::Template::Container

Name

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

Node Name

       ROW

Purpose

       To provide a row context for CELL tags

See Also

       CELL, FORMULA

perl v5.34.0                                       2022-06-13               Excel::Template::Container::Row(3pm)

Usage

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

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

See Also