SpellingOptions.SuggestMainOnly Property
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.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Property SuggestMainOnly As Boolean
Get
Set
'Usage
Dim instance As SpellingOptions
Dim value As Boolean
value = instance.SuggestMainOnly
instance.SuggestMainOnly = value
bool SuggestMainOnly { get; set; }
Property Value
Type: System.Boolean