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

key() public method

Return the key of the current element
public key ( ) : integer
return integer
    public function key()
    {
        return 1;
    }