Prado\Web\UI\ActiveControls\TActiveTableRowEventParameter::getSelectedRowIndex PHP Method

getSelectedRowIndex() public method

Returns the zero-based index of the {@link TActiveTableRow} within the {@link TTableRowCollection} of the parent {@link TTable} control.
public getSelectedRowIndex ( ) : integer
return integer the zero-based index of the row.
    public function getSelectedRowIndex()
    {
        return $this->_selectedRowIndex;
    }
TActiveTableRowEventParameter