Page tree
Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Current »

Description

Calculates a custom function returning a FunctionValue given a list of FunctionValue arguments and the function's current Cell for context.
C#
vb.net

Parameters

args
An ordered list of FunctionValue arguments that have already been fully evaluated.
currentCell
The Cell that the current function resides in to use for context sensitive operations

Returns

A FunctionValue that contains the resulting value of the function.

 

 

Examples

C#
vb.net
  • No labels