Partager via


SpellingOptions.ArabicStrictAlefHamza Property

Gets or sets whether the spelling checker uses rules regarding Arabic words beginning with an alef hamza.

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

Syntax

'Declaration
Property ArabicStrictAlefHamza As Boolean
    Get
    Set
'Usage
Dim instance As SpellingOptions
Dim value As Boolean

value = instance.ArabicStrictAlefHamza

instance.ArabicStrictAlefHamza = value
bool ArabicStrictAlefHamza { get; set; }

Property Value

Type: System.Boolean
true if the spelling checker uses rules regarding Arabic words beginning with an alef hamza; otherwise, false.

Remarks

Read/write.

true if the spelling checker uses spelling rules regarding Arabic words beginning with an alef hamza; otherwise false.

See Also

Reference

SpellingOptions Interface

SpellingOptions Members

Microsoft.Office.Interop.Excel Namespace