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)NAMEExcel::Template::Element::Range - Excel::Template::Element::RangePURPOSEReturns 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 NAMERANGEINHERITANCEExcel::Template::ElementATTRIBUTESo REF This is the name of the reference to look up.CHILDRENNoneEFFECTSNoneDEPENDENCIESThis will only be used within CELL tags.USAGEIn 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).AUTHORRob Kinyon (rkinyon@columbus.rr.com)SEE ALSOCELL, BACKREF perl v5.14.2 2012-04-29 Excel::Template::Element::Range(3pm)