Returning a Range of Values using ICustomFunction

Contents
[ ]

The following code implements ICustomFunction and returns the range of values via its method.

Create a class with a function CalculateCustomFunction. This class implements ICustomFunction.

Now use above function into your program