1Excel::Template::ElemenUts:e:rBaCcoknrterfi(b3u)ted PerlExDcoeclu:m:eTnetmaptliaotne::Element::Backref(3)
2
3
4
6 Excel::Template::Element::Backref - Excel::Template::Element::Backref
7
9 Returns the cell location (i.e. B2) of the last cell to name this
10 reference. To return the location of the entire range of cells to name
11 this reference see RANGE.
12
14 BACKREF
15
17 Excel::Template::Element
18
20 • REF
21
22 This is the name of the reference to look up.
23
25 None
26
28 None
29
31 This will only be used within CELL tags.
32
34 In the example...
35
36 <row>
37 <cell ref="this_cell"/><cell ref="that_cell"><cell ref="that_cell">
38 </row>
39 <row>
40 <formula>=<backref ref="this_cell">+<backref ref="that_cell"></formula>
41 </row>
42
43 The formula in row 2 would be =A1+C1. C1 is the last to reference
44 "that_cell".
45
47 Rob Kinyon (rkinyon@columbus.rr.com)
48
50 CELL, RANGE
51
52
53
54perl v5.32.1 2021-01-2E7xcel::Template::Element::Backref(3)