UltimateSpell Class Library

Speller.IgnoreWordsWithNumbers Property

Gets or sets a value that indicates whether to ignore words with numbers.

[Visual Basic]
Public Property IgnoreWordsWithNumbers As Boolean
[C#]
public bool IgnoreWordsWithNumbers {get; set;}

Property Value

true if words with numbers are ignored; otherwise, false. The default value is true.

Remarks

Use this property to ignore words with numbers.

See Also

Speller Class | Karamasoft.WebControls.UltimateSpell Namespace