IgnoreWordsWithNumbers Property
Gets or sets a value indicating whether words that contain numerals are reviewed for spelling errors.
Syntax
'Declaration
Property IgnoreWordsWithNumbers As Boolean
'Usage
Dim instance As ISpellCheck
Dim value As Boolean
instance.IgnoreWordsWithNumbers = value
value = instance.IgnoreWordsWithNumbers
bool IgnoreWordsWithNumbers {get; set;}
Exceptions
Exception | Description |
Attachmate.Reflection.SecuredSettingException |
This exception is thrown if you modify a InfoConnect property
that's been secured via the Permissions Manager, or if
such a modification requires Administrator privileges.
|
Example
See Also