Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / DefinedName Class / IsUndefinedName Method


In This Topic
    IsUndefinedName Method
    In This Topic
    Determines whether this GrapeCity.CalcEngine.IDefinedName is an undefined name.
    Syntax
    '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.
    See Also