custom_function 属性
custom_function 属性
自定义公式计算功能,扩展计算引擎。
评论
注意:该成员现已过时。反而, 请使用 CustomEngine 属性,AbstractCalculationEngine 提供了更方便灵活的 API 用于操作自定义函数。 自 2020 年 8 月起,此属性将在 12 个月后移除。 Aspose 对您可能遇到的任何不便深表歉意。
定义:
@property
def custom_function(self):
...
@custom_function.setter
def custom_function(self, value):
...