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


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