You are here

function ExcelRange::getCurrentRangeID in Feeds Excel 6

Same name and namespace in other branches
  1. 7 includes/ExcelRange.inc \ExcelRange::getCurrentRangeID()

Retrieve the id of the current range.

File

includes/ExcelRange.inc, line 299

Class

ExcelRange

Code

function getCurrentRangeID() {
  return $this->currentRangeID;
}