Spread Windows Forms 15.0
GrapeCity.CalcEngine Assembly / GrapeCity.CalcEngine Namespace / CellValue Structure / GetLogical Method
The evaluation context.


In This Topic
    GetLogical Method (CellValue)
    In This Topic
    Gets numeric value from the CellValue object.
    Syntax
    'Declaration
     
    
    Public Function GetLogical( _
       ByVal context As IEvaluationContext _
    ) As Boolean
    'Usage
     
    
    Dim instance As CellValue
    Dim context As IEvaluationContext
    Dim value As Boolean
     
    value = instance.GetLogical(context)
    public bool GetLogical( 
       IEvaluationContext context
    )

    Parameters

    context
    The evaluation context.

    Return Value

    The numeric value.
    See Also