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

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

Public Methods

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

Method Details

CalculateCustomFunction() public method

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