Spread WPF 18
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