function ExcelRange::getCurrentRangeID in Feeds Excel 7
Same name and namespace in other branches
- 6 includes/ExcelRange.inc \ExcelRange::getCurrentRangeID()
Retrieve the id of the current range.
File
- includes/
ExcelRange.inc, line 299
Class
Code
function getCurrentRangeID() {
return $this->currentRangeID;
}