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