SpellingOptions.UserDict Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Instructs Microsoft Excel to create a custom dictionary to which new words can be added when performing spelling checks on a worksheet.
public:
property System::String ^ UserDict { System::String ^ get(); void set(System::String ^ value); };
public string UserDict { get; set; }
Public Property UserDict As String