Spread Windows Forms 12.0 Product Documentation
GetLogical Method (IReadonlyPrimitiveValue)


GrapeCity.CalcEngine Assembly > GrapeCity.CalcEngine Namespace > IReadonlyPrimitiveValue Interface : GetLogical Method
The evaluation context to get value.
Gets the System.Boolean value.
Syntax
'Declaration
 
Function GetLogical( _
   Optional ByVal context As IEvaluationContext _
) As Boolean
'Usage
 
Dim instance As IReadonlyPrimitiveValue
Dim context As IEvaluationContext
Dim value As Boolean
 
value = instance.GetLogical(context)
bool GetLogical( 
   IEvaluationContext context
)

Parameters

context
The evaluation context to get value.

Return Value

An System.Boolean value.
See Also

Reference

IReadonlyPrimitiveValue Interface
IReadonlyPrimitiveValue Members