Box\Spout\Reader\ODS\SheetIterator::key PHP Method

key() public method

Return the key of the current element
public key ( ) : integer
return integer
    public function key()
    {
        return $this->currentSheetIndex + 1;
    }