reconnection_method 属性

reconnection_method 属性

指定当连接失败时电子表格应用程序应该做什么。 默认值为 ReConnectionMethodType.Required。

评论

注意:此属性现在已过时。反而, 请使用 ExternalConnection.ReconnectionMethodType 属性。 自 2017 年 10 月起,此属性将在 12 个月后移除。 Aspose 对您可能遇到的任何不便深表歉意。

定义:

@property
def reconnection_method(self):
    ...
@reconnection_method.setter
def reconnection_method(self, value):
    ...

也可以看看