AutoCorrect.ReplaceText Property
True if text in the list of AutoCorrect replacements is replaced automatically.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Property ReplaceText As Boolean
Get
Set
'Usage
Dim instance As AutoCorrect
Dim value As Boolean
value = instance.ReplaceText
instance.ReplaceText = value
bool ReplaceText { get; set; }
Property Value
Type: System.Boolean