Using the tutorial at this URL, I tried to create my own custom Excel functions which I could use in formulas. http://blogs.msdn.com/eric_carter/archive/2004/12/01/273127.aspx But I have no idea about how to hide these methods which probably inherits from default Object: - GetHashCode - ToString - GetType - Equals I would like to see only MultiplyNTimes when I insert the addin
using
{
result = result * Number2;
}
[ComRegisterFunctionAttribute]
Registry.ClassesRoot.CreateSubKey(GetSubKeyName(type));
[ComUnregisterFunctionAttribute]