Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
515
WinSpellChecker
posted

Hi,

Can anyone tell me what objects are of the "correct type" to be a "SpellCheckTarget" - objects which can be passed to ShowSpellCheckDialog(Object). We're trying to develop a way to spell check all the cells of a certain column in an ultraGrid by clicking just one button on a form. Our assumption (probably incorrect) is that we can iterate through all the rows - using GetRowEnumerator - and then use PerformAction to put the correct cells into EditMode, and then run the spellChecker. But we cannot pass the cell, or the column, to the spellchecker. It throws the exception -

The specified object was not of the correct type.
Parameter name: spellCheckTarget


Thanks for any help

Steve

Parents
No Data
Reply Children
No Data