Box\Spout\Reader\ODS\Sheet::getIndex PHP Method

getIndex() public method

public getIndex ( ) : integer
return integer Index of the sheet, based on order in the workbook (zero-based)
    public function getIndex()
    {
        return $this->index;
    }