Represents a custom function handler. The paramList is the function's parameters collection. The return value is the function's result object. The handler instance must throw a CustomFunctionException when an error occurs.
public delegate object CustomFunctionHandler(
ArrayList paramList);
Requirements
Namespace: Aspose.Grid.Web.Data
Assembly: Aspose.Grid.Web (in Aspose.Grid.Web.dll)
See Also
Aspose.Grid.Web.Data Namespace