[This is preliminary documentation and is subject to change.]

Flag indicating whether spell checker is available or not.

Namespace:  OfficeClip.Utils
Assembly:  OfficeClip.Utils (in OfficeClip.Utils)
Version: 8.1.1.0

Syntax

C#
public static bool SpellCheckerAvailable { get; }
Visual Basic (Declaration)
Public Shared ReadOnly Property SpellCheckerAvailable As Boolean
Visual C++
public:
static property bool SpellCheckerAvailable {
	bool get ();
}

See Also