|
NAMEExcel::Template::Element::Range - Excel::Template::Element::Range PURPOSEReturns 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 NAMERANGE INHERITANCEExcel::Template::Element ATTRIBUTES
CHILDRENNone EFFECTSNone DEPENDENCIESThis 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
|