Click or drag to resize
SpellCheckErrors Methods

The SpellCheckErrors type exposes the following members.

Methods
  Name Description
Public method Add

Adds a SpellCheckError with the specified value to the SpellCheckErrors .

Public method AddRange(SpellCheckError)

Copies the elements of an array to the end of the SpellCheckErrors.

Public method AddRange(SpellCheckErrors)

Adds the contents of another SpellCheckErrors to the end of the collection.

Public method Contains

Gets a value indicating whether the SpellCheckErrors contains the specified SpellCheckError.

Public method CopyTo

Copies the SpellCheckErrors values to a one-dimensional Array instance at the specified index.

Public method GetEnumerator

Returns an enumerator that can iterate through the SpellCheckErrors .

Public method IndexOf

Returns the index of a SpellCheckError in the SpellCheckErrors .

Public method Insert

Inserts a SpellCheckError into the SpellCheckErrors at the specified index.

Public method Remove

Removes a specific SpellCheckError from the SpellCheckErrors .

Top
See Also