public bool IsUndefinedName()
'Declaration
Public Function IsUndefinedName() As Boolean
'Usage
Dim instance As DefinedName
Dim value As Boolean
value = instance.IsUndefinedName()
Return Value
true
if this GrapeCity.CalcEngine.IDefinedName is an undefined name; otherwise, false
.