debian man page for excel::template::element::range

Query: excel::template::element::range

OS: debian

Section: 3pm

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

Excel::Template::Element::Range(3pm)			User Contributed Perl Documentation		      Excel::Template::Element::Range(3pm)

NAME
Excel::Template::Element::Range - Excel::Template::Element::Range
PURPOSE
Returns a range of cell locations (i.e. B2:C2) that contains all calls using this reference. To return the location of the last cell, use BACKREF.
NODE NAME
RANGE
INHERITANCE
Excel::Template::Element
ATTRIBUTES
o REF This is the name of the reference to look up.
CHILDREN
None
EFFECTS
None
DEPENDENCIES
This will only be used within CELL tags.
USAGE
In the example... <row> <cell ref="this_cell"/><cell ref="that_cell"><cell ref="that_cell"> </row> <row> <formula>=SUM(<range ref="that_cell">)</formula> </row> The formula in row 2 would be =SUM(B1:C1).
AUTHOR
Rob Kinyon (rkinyon@columbus.rr.com)
SEE ALSO
CELL, BACKREF perl v5.14.2 2012-04-29 Excel::Template::Element::Range(3pm)
Related Man Pages
excel::template::container::loop(3pm) - debian
excel::template(3pm) - debian
excel::template::container::worksheet(3pm) - debian
excel::template::element::backref(3pm) - debian
excel::template::element::formula(3pm) - debian
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
How can I do this in VI editor?
One instance of comparing grep and awk
Weird 'find' results