Position in the formula #683
-
Is there a way to determine at which position in the formula is the current function call? [ExcelFunction]
public static object Func(object item)
{
// At which position in the formula is this?
return i;
}
I want to know which of the two |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 7 replies
-
No way that I know of. |
Beta Was this translation helpful? Give feedback.
-
Functions are called by Excel. You have limited control over the order in which they are called. |
Beta Was this translation helpful? Give feedback.
No way that I know of.