Spread Windows Forms 17
GrapeCity.CalcEngine Assembly / GrapeCity.CalcEngine Namespace / IStructuredObject Interface / IsUndefined Method


In This Topic
    IsUndefined Method (IStructuredObject)
    In This Topic
    Determines whether this IStructuredObject object is undefined.
    Syntax
    'Declaration
     
    
    Function IsUndefined() As Boolean
    'Usage
     
    
    Dim instance As IStructuredObject
    Dim value As Boolean
     
    value = instance.IsUndefined()
    bool IsUndefined()

    Return Value

    true if this IStructuredObject object is undefined; otherwise, false.
    See Also