Method | Description | |
---|---|---|
Clear ( ) : void |
Removes all functions from the repository
|
|
Create ( ) : |
||
Exists ( string name ) : bool |
Returns true if the the supplied name exists in the repository.
|
|
GetFunction ( string name ) : |
||
LoadModule ( IFunctionModule module ) : void |
Loads a module of ExcelFunctions to the function repository.
|
Method | Description | |
---|---|---|
FunctionRepository ( ) : System |
public static Create ( ) : |
||
return |
public GetFunction ( string name ) : |
||
name | string | |
return |
public LoadModule ( IFunctionModule module ) : void | ||
module | IFunctionModule | A |
return | void |