Table of Contents

TUserDefinedFunction.GetSingleParameter Method

Returns a single value from a parameter. If the parameter is a cell range and the cell range has only one cell, this method will return the value of the cell, else it will return an error.

Syntax

Namespace: FlexCel.Core

public static Object GetSingleParameter(ExcelFile xls, Object param)

Parameters

<-> Parameter Type Description
xls ExcelFile ExcelFile that will be used to read the value if param is a cell reference.
param Object One of the parameters passed to Evaluate

See also