Scroll to navigation

Excel::Template::Container::Hidden(3pm) User Contributed Perl Documentation Excel::Template::Container::Hidden(3pm)

NAME

Excel::Template::Container::Hidden - Excel::Template::Container::Hidden

PURPOSE

To format all children in hidden

NODE NAME

HIDDEN

INHERITANCE

Excel::Template::Container::Format

ATTRIBUTES

None

CHILDREN

None

EFFECTS

None

DEPENDENCIES

You must have protected the worksheet containing any cells that are affected by this format. Otherwise, this node will have no effect.

USAGE

  <hidden>
    ... Children here
  </hidden>

In the above example, the children will be displayed (if they are displaying elements) in a hidden format. All other formatting will remain the same and the "hidden"-ness will end at the end tag.

AUTHOR

Rob Kinyon (rob.kinyon@gmail.com)

SEE ALSO

WORKSHEET, FORMAT

2022-06-13 perl v5.34.0