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