InvalidateEditor method

void InvalidateEditor()

Implementation

void InvalidateEditor()
{
  _inplaceCol = -1;
  _inplaceRow = -1;
  UpdateEdit();
}