C# Class Aspose.Cells.Examples.CSharp.Articles.WorkingWithCalculationEngine.CustomFunctionStaticValue

Inheritance: ICustomFunction
Show file Open project: aspose-cells/Aspose.Cells-for-.NET

Public Methods

Method Description
CalculateCustomFunction ( string functionName, ArrayList paramsList, ArrayList contextObjects ) : object

Method Details

CalculateCustomFunction() public method

public CalculateCustomFunction ( string functionName, ArrayList paramsList, ArrayList contextObjects ) : object
functionName string
paramsList System.Collections.ArrayList
contextObjects System.Collections.ArrayList
return object