Cell value selection on double click

Posted by: sandyaveas on 2 November 2017, 8:22 pm EST

    • Post Options:
    • Link

    Posted 2 November 2017, 8:22 pm 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 5 November 2017, 7:44 pm 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 16 April 2018, 9:33 pm 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