reconnection_method_type 属性
reconnection_method_type 属性
指定当连接失败时电子表格应用程序应该做什么。 默认值为 ReConnectionMethodType.Required。
定义:
@property
def reconnection_method_type(self):
...
@reconnection_method_type.setter
def reconnection_method_type(self, value):
...