Skip to main content
Visual Components are implemented in FRE for Windows.
This object represents a words pair. The first word in the pair is the source word which is replaced during spell checking, the second one is the replacement.

Properties

NameTypeDescription
SourceSpellWordSpecifies the source word.
ReplacementSpellWordSpecifies the replacement.

Methods

NameDescription
CopyFromInitializes the properties of the current object with values of similar properties of another object.

Output parameter

This object is the output parameter of the Item method of the SpellReplacementCollection object.

Input parameter

This object is the input parameter of the Add, Insert methods of the SpellReplacementCollection object.

See also

SpellReplacementCollection