SpellingOptions Interface

Definition

Represents the various spell-checking options for a worksheet.

public interface class SpellingOptions
[System.Runtime.InteropServices.Guid("00024465-0000-0000-C000-000000000046")]
[System.Runtime.InteropServices.InterfaceType(2)]
public interface SpellingOptions
Public Interface SpellingOptions
Attributes

Remarks

Use the SpellingOptions property of the _Application object to return a SpellingOptions object.

Once a SpellingOptions object is returned, you can use its following properties to set or return various spell-checking options:

Properties

ArabicModes

Returns or sets the mode for the Arabic spelling checker.

ArabicStrictAlefHamza

Gets or sets whether the spelling checker uses rules regarding Arabic words beginning with an alef hamza.

ArabicStrictFinalYaa

Gets or sets whether the spelling checker uses rules regarding Arabic words ending with the letter yaa.

ArabicStrictTaaMarboota

Gets or sets whether the spelling checker uses rules to flag Arabic words ending with haa instead of taa marboota.

BrazilReform

Gets or sets the mode for checking the spelling of Brazilian Portuguese.

DictLang

Selects the dictionary language used when Microsoft Excel performs spelling checks.

GermanPostReform

True to check the spelling of words using the German post-reform rules. False cancels this feature.

HebrewModes

Returns or sets the mode for the Hebrew spelling checker.

IgnoreCaps

False instructs Microsoft Excel to check for uppercase words; True instructs Excel to ignore words in uppercase when using the spelling checker.

IgnoreFileNames

False instructs Microsoft Excel to check for Internet and file addresses; True instructs Excel to ignore Internet and file addresses when using the spell checker.

IgnoreMixedDigits

False instructs Microsoft Excel to check for mixed digits; True instructs Excel to ignore mixed digits when checking spelling.

KoreanCombineAux

When set to True, Microsoft Excel combines Korean auxiliary verbs and adjectives when spelling is checked.

KoreanProcessCompound

When set to True, this enables Microsoft Excel to process Korean compound nouns when using the spelling checker.

KoreanUseAutoChangeList

When set to True, this enables Microsoft Excel to use the auto-change list for Korean words when using the spelling checker.

PortugalReform

Gets or sets the mode for checking the spelling of European Portuguese.

RussianStrictE

Gets or sets whether the spelling checker uses rules regarding Russian words containing the character ë.

SpanishModes

Gets or sets the mode for checking the spelling of Spanish.

SuggestMainOnly

When set to True, instructs Microsoft Excel to suggest words from only the main dictionary when using the spelling checker. False removes the limits of suggesting words from only the main dictionary when using the spelling checker.

UserDict

Instructs Microsoft Excel to create a custom dictionary to which new words can be added when performing spelling checks on a worksheet.

Applies to