Table of Contents

TFlexCelUserFormat.Evaluate Method

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

Syntax

Namespace: FlexCel.Report

public abstract TFlxPartialFormat Evaluate(ExcelFile workbook, TXlsCellRange rangeToFormat, Object[] parameters)

Parameters

<-> Parameter Type Description
workbook ExcelFile File where we are setting the format.
rangeToFormat TXlsCellRange Range of cells being formatted. Note that it might be a full row or column if using Format Row or Format Column.
parameters Object[] An array of objects.

Returns

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

See also