在ExcelDna中获取excel个计算模式
Obtain excel calculation mode in ExcelDna
有没有可以return我当前excel计算模式的XlCall?如果它是自动的,我想要 运行 一个异步命令,否则我想要它阻塞。
GET.DOCUMENT
(xlfGetDocument
) 选项 14 是:
14 Number indicating calculation mode:
1 = Automatic
2 = Automatic except tables
3 = Manual
您只能从标记为 IsMacroType=true
的 UDF 中调用它。
有没有可以return我当前excel计算模式的XlCall?如果它是自动的,我想要 运行 一个异步命令,否则我想要它阻塞。
GET.DOCUMENT
(xlfGetDocument
) 选项 14 是:
14 Number indicating calculation mode:
1 = Automatic
2 = Automatic except tables
3 = Manual
您只能从标记为 IsMacroType=true
的 UDF 中调用它。