Spread Windows Forms 13.0 Product Documentation
FarPoint.CalcEngine Assembly / FarPoint.CalcEngine Namespace / FunctionInfo Class / CeilingFunction Field


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