Cell value selection on double click

Posted by: sandyaveas on 3 November 2017, 5:22 am EST

    • Post Options:
    • Link

    Posted 3 November 2017, 5:22 am EST

    I want the cell value to be selected on double click of a cell, so that I dont have to erase the value and write new value.

    Suppose a cell is already having a value ‘12’ now on double click of that cell i want that cell to be selected so that I don’t have to erase ‘12’ and write new value ‘7’. Currently I’m erasing the old value and then I’m inserting new value.

  • Posted 6 November 2017, 4:44 am EST

    Hello,

    Spread has a direct property to select the whole text as soon as you enter the edit mode:

    
     FpSpread1.EditModeReplace = true;
    
    

    Once you set “EditModeReplace” to true, all text in the cell gets selected in edit mode.

    I would suggest you to not create multiple threads or tickets for same issue.

    Thanks,

    Deepak Sharma

  • Posted 17 April 2018, 6:33 am EST

    Thanks Deepak it worked.

Need extra support?

Upgrade your support plan and get personal unlimited phone support with our customer engagement team

Learn More

Forum Channels