1 package Excel::Template::Container::Locked;
7 @ISA = qw( Excel::Template::Container::Format );
9 use Excel::Template::Container::Format;
15 my $self = $class->SUPER::new(@_);
27 Excel::Template::Container::Locked - Excel::Template::Container::Locked
31 To format all children in locked
39 Excel::Template::Container::Format
55 You must have protected the worksheet containing any cells that are affected by
56 this format. Otherwise, this node will have no effect.
64 In the above example, the children will be displayed (if they are displaying
65 elements) in a locked format. All other formatting will remain the same and the
66 "locked"-ness will end at the end tag.
70 Rob Kinyon (rob.kinyon@gmail.com)