Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / CfValue Structure / IsUndefined Method


In This Topic
    IsUndefined Method (CfValue)
    In This Topic
    Gets a boolean value indicating whether this CfValue is undefined.
    Syntax
    'Declaration
     
    
    Public Function IsUndefined() As Boolean
    'Usage
     
    
    Dim instance As CfValue
    Dim value As Boolean
     
    value = instance.IsUndefined()
    public bool IsUndefined()

    Return Value

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