This function runs the spell checker on the text to correct any spelling errors. The spell checker is an AutoCAD-specific function, so this method may not be implemented for other database library uses.
Returns 0 if completed successfully (with errors fixed or no errors found), otherwise returns 1.
Public Function CorrectSpelling() As Integer
public int CorrectSpelling();
Comments? |