Edit

Share via


Excel.CheckSpellingOptions interface

Represents the options for checking spelling.

Remarks

[ API set: ExcelApiDesktop 1.1 ]

Properties

customDictionary

Optional. A string that indicates the file name of the custom dictionary to be examined if the word isn't found in the main dictionary. If this argument is omitted, Excel's currently specified dictionary is used.

ignoreUppercase

Optional. Set to true to ignore words that are all uppercase. Set to false to check words that are all uppercase. If this argument is omitted, Excel's current setting is used.

Property Details

customDictionary

Optional. A string that indicates the file name of the custom dictionary to be examined if the word isn't found in the main dictionary. If this argument is omitted, Excel's currently specified dictionary is used.

customDictionary?: string;

Property Value

string

Remarks

[ API set: ExcelApiDesktop 1.1 ]

ignoreUppercase

Optional. Set to true to ignore words that are all uppercase. Set to false to check words that are all uppercase. If this argument is omitted, Excel's current setting is used.

ignoreUppercase?: boolean;

Property Value

boolean

Remarks

[ API set: ExcelApiDesktop 1.1 ]