InfoConnect for Airlines
IgnoreWordsWithNumbers Property
Example 


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
ExceptionDescription
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.
Remarks
Words with numerals are reviewed (if false) and not reviewed (if true).
Example

	
See Also