_Application.WarnOnFunctionNameConflict Property
The WarnOnFunctionNameConflict property, when set to True, raises an alert if a developer tries to create a new function using an existing function name. Read/write Boolean.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Property WarnOnFunctionNameConflict As Boolean
Get
Set
'Usage
Dim instance As _Application
Dim value As Boolean
value = instance.WarnOnFunctionNameConflict
instance.WarnOnFunctionNameConflict = value
bool WarnOnFunctionNameConflict { get; set; }
Property Value
Type: System.Boolean
Boolean