pMe | (Object) Reference to the PmgWTable object where the event rises. |
---|---|
pEvent | (Object) Reference to an object describing detailed information about the specific event.
pEvent.Row - (Long) [for reading] The row of the cell that receives focus (zero-based index, counted including the fixed part).
pEvent.Col - (Long) [for reading] The column of the cell that receives focus (zero-based index, counted including the fixed part).
pEvent.RowOld - (Long) [for reading] The row of the cell that lost the focus (zero-based index, counted including the fixed part).
pEvent.ColOld - (Long) [for reading] The column of the cell that lost the focus (zero-based index, counted including the fixed part). |
pMe.SetCellBackColor(pEvent.RowOld, -3, "transparent");
pMe.SetCellBackColor(pEvent.Row, -3, "#009898");
pMe.Draw();