function ExcelRange::getCurrentRangeID in Feeds Excel 6
Same name and namespace in other branches
- 7 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;
}