Works fine for =PROMPT.TOROW(), =PROMPT.TOCOLUMN(), and =PROMPT.TORANGE():
src\Cellm\AddIn\UserInterface\Ribbon\RibbonPromptGroup.cs:251
if (currentOutputShape == targetOutputShape)
{
// Just recalculate
ExcelDnaUtil.Application.ActiveCell.Calculate();
return;
}