PURPOSE

Returns the cell location (i.e. B2) of the last cell to name this reference. To return the location of the entire range of cells to name this reference see \s-1RANGE\s0.

NODE NAME

\s-1BACKREF\s0

INHERITANCE

Excel::Template::Element

ATTRIBUTES

  • \s-1REF\s0 This is the name of the reference to look up.

CHILDREN

None

EFFECTS

None

DEPENDENCIES

This will only be used within \s-1CELL\s0 tags.

USAGE

In the example...

  <row>
    <cell ref="this_cell"/><cell ref="that_cell"><cell ref="that_cell">
  </row>
  <row>
    <formula>=<backref ref="this_cell">+<backref ref="that_cell"></formula>
  </row>

The formula in row 2 would be =A1+C1. C1 is the last to reference \*(L"that_cell\*(R".

AUTHOR

Rob Kinyon ([email protected])

RELATED TO Excel::Template::Element::Backref…

\s-1CELL\s0, \s-1RANGE\s0