SpreadsheetGear The Performance Spreadsheet Component Company 
Function Class Members
See Also  Properties  Methods 
SpreadsheetGear.CustomFunctions Namespace : Function Class


The following tables list the members exposed by Function.

Protected Constructors

 NameDescription
Protected ConstructorFunction Constructor Initializes an instance of a custom function.  
Top

Public Properties

 NameDescription
Public PropertyName Returns the name of the custom function.  
Public PropertyReturnTypeIndicates the return type of the custom function.  
Public PropertyVolatilityIndicates the volatility of the custom function.  
Top

Public Methods

 NameDescription
Public MethodEvaluate Evaluates a custom function with the specified arguments.  
Top

See Also