Excel::Template::Element::Range - Excel::Template::Element::Range documentation


Excel-Template documentation  | view source Contained in the Excel-Template distribution.

Index


NAME

Top

Excel::Template::Element::Range

PURPOSE

Top

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

Top

RANGE

INHERITANCE

Top

Excel::Template::Element

ATTRIBUTES

Top

* REF

This is the name of the reference to look up.

CHILDREN

Top

None

EFFECTS

Top

None

DEPENDENCIES

Top

This will only be used within CELL tags.

USAGE

Top

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

Top

Rob Kinyon (rkinyon@columbus.rr.com)

SEE ALSO

Top

CELL, BACKREF


Excel-Template documentation  | view source Contained in the Excel-Template distribution.