'Declaration
Public Function GetLogical( _ Optional ByVal context As IEvaluationContext, _ Optional ByVal catchError As Boolean _ ) As Boolean
'Usage
Dim instance As FormattedCellValue Dim context As IEvaluationContext Dim catchError As Boolean Dim value As Boolean value = instance.GetLogical(context, catchError)
public bool GetLogical( IEvaluationContext context, bool catchError )
Parameters
- context
- catchError