Share via


_Application.ControlCharacters Property

True if Microsoft Excel displays control characters for right-to-left languages.

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

Syntax

'Declaration
Property ControlCharacters As Boolean
    Get
    Set
'Usage
Dim instance As _Application
Dim value As Boolean

value = instance.ControlCharacters

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

Property Value

Type: System.Boolean

Remarks

This property can be set only when right to left language support has been installed and selected.

See Also

Reference

_Application Interface

_Application Members

Microsoft.Office.Interop.Excel Namespace