Spread Windows Forms 17
FarPoint.CalcEngine Assembly / FarPoint.CalcEngine Namespace / IsNAFunctionInfo Class
Members


In This Topic
    IsNAFunctionInfo Class
    In This Topic
    Tests whether a value, expression, or referenced cell has the not available (#N/A) error value.
    Syntax
    'Declaration
     
    
    Public Class IsNAFunctionInfo 
       Inherits FunctionInfo
    'Usage
     
    
    Dim instance As IsNAFunctionInfo
    public class IsNAFunctionInfo : FunctionInfo 
    Inheritance Hierarchy

    System.Object
       FarPoint.CalcEngine.FunctionInfo
          FarPoint.CalcEngine.IsNAFunctionInfo

    See Also