An instance of the Misspelled
public class MisspelledWordCollection : ICollection, IEnumerable
Public Class MisspelledWordCollection
Implements ICollection
Implements IEnumerable
Introduced: 16.0.
Method | Description |
---|---|
Copy |
Copies the elements of the collection to an array, starting at a particular index. |
Get |
Returns the number of misspelled words with a special meaning from the collection. |
Get |
Returns an enumerator that can be used to iterate through the collection. |
Get |
Gets a particular item from the collection. |
Ignore | Changes the text of the specified misspelled word and marks it as ignored. |
Remove | Removes the specified misspelled word from a Text Control document. |
Property | Description |
---|---|
Count | Gets the number of elements contained in the collection. |
Item | Gets a misspelled word from the collection. |