Prado\Web\UI\ActiveControls\TActiveTableCellEventParameter::getSelectedCellIndex PHP Méthode

getSelectedCellIndex() public méthode

Returns the zero-based index of the {@link TActiveTableCell} within the {@link TTableCellCollection} of the parent {@link TTableRow} control.
public getSelectedCellIndex ( ) : integer
Résultat integer the zero-based index of the cell.
    public function getSelectedCellIndex()
    {
        return $this->_selectedCellIndex;
    }
TActiveTableCellEventParameter