Spread ASP.NET 17
FarPoint.CalcEngine Assembly / FarPoint.CalcEngine Namespace / FunctionInfo Class / IsBlankFunction Field


In This Topic
    IsBlankFunction Field
    In This Topic
    Specifies an instance of the ISBLANK function.
    Syntax
    'Declaration
     
    
    Public Shared ReadOnly IsBlankFunction As FunctionInfo
    'Usage
     
    
    Dim value As FunctionInfo
     
    value = FunctionInfo.IsBlankFunction
    public static readonly FunctionInfo IsBlankFunction
    Remarks
    For more information on this function, refer to the ISBLANK function in the Spread for .NET Formula Reference.
    See Also