XlHebrewModes Enumeration

Specifies the mode for the Hebrew spelling checker.

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

Syntax

'Declaration
Public Enumeration XlHebrewModes
'Usage
Dim instance As XlHebrewModes
public enum XlHebrewModes

Members

Member name Description
xlHebrewFullScript The conventional script type as required by the Hebrew Language Academy when writing non-diacritisized text.
xlHebrewPartialScript In this mode the speller accepts words both in Full Script and Partial Script. Some words will be flagged since this spelling is not authorized in either Full script or Partial script.
xlHebrewMixedScript In this mode the speller accepts any word recognized as Hebrew, whether in Full Script, Partial Script, or any non-conventional spelling variation that is known to the speller.
xlHebrewMixedAuthorizedScript The Hebrew traditional script.

See Also

Reference

Microsoft.Office.Interop.Excel Namespace