SpreadsheetGear The Performance Spreadsheet Component Company 
SpreadsheetGear.CustomFunctions Namespace
See Also  Inheritance Hierarchy
The SpreadsheetGear.CustomFunctions namespace provides an API for defining custom functions which may be added to a workbook set.

Classes

ClassDescription
Function Override this class to implement a SpreadsheetGear for .NET custom function.

Interfaces

InterfaceDescription
IArguments Represents the arguments of a custom function to the Function.Evaluate() method.
IValue Represents a simple value which may be empty, numeric, text, logical or an error.

Enumerations

EnumerationDescription
ValueType Specifies the type of a value.
Volatility Specifies the volatility of a custom function.

See Also