| **Navigation:**  [[abc library reference.htm|ABC Library Reference]] > EIPManagerClass > EIPManagerClass Methods >====== ClearColumn (reset column property values:EIPManagerClass) {{c6h0009.jpg|C6H0009.jpg}} ====== | [[addcontrol register edit in place controls .htm|{{btn_prev_n.gif|Previous page}}]][[abc library reference.htm|{{btn_home_n.gif|Return to chapter overview}}]][[getedit identify edit in place field .htm|{{btn_next_n.gif|Next page}}]] | | || **ClearColumn, VIRTUAL** {{blk2blue.jpg|blk2blue.jpg}} The **ClearColumn** method checks for a value in the LastColumn property and conditionally sets the column values to zero (0). The TakeAction and TakeNewSelection methods call the ClearColumn method. **Example:** **EIPManager.TakeNewSelection PROCEDURE   ! Must be overridden to handle out-of-row clicks** **  CODE** **  IF FIELD() = SELF.ListControl AND KEYCODE() = MouseLeft       ! An in-row mouse click** **    SELF.ClearColumn** **    SELF.Column = SELF.ListControl{PROPLIST:MouseUpField}** **    SELF.ResetColumn** **  END** **  RETURN Level:Benign** **See Also:**     [[column listbox column .htm|Column]], [[takeaction process edit in place action .htm|TakeAction]], [[takenewselection reset edit in place column eipmanagerclass .htm|TakeNewSelection]]