Spread Windows Forms 15.0
FarPoint.CalcEngine Assembly / FarPoint.CalcEngine Namespace / IsErrFunctionInfo Class
Members


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

    System.Object
       FarPoint.CalcEngine.FunctionInfo
          FarPoint.CalcEngine.IsErrFunctionInfo

    See Also