Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Signature
C#
C#
public interface IFunction
{
    FunctionValue CustomFunctionCalculate(IList<FunctionValue> args, Cell currentCell);
}
Signature
vb.net
vb.net
Public Interface IFunction
    Function CustomFunctionCalculate(args as IList<FunctionValue> args, currentCell as Cell currentCell) As FunctionValue
End Interface

...