Table of Contents

TFlexCelUserFunction.Evaluate Method

Override this method on a derived class to implement your own defined function.

Syntax

Namespace: FlexCel.Report

public abstract Object Evaluate(Object[] parameters)

Parameters

<-> Parameter Type Description
parameters Object[] An array of objects.

Returns

The derived class should return the value of the function on the return parameter.

See also