reconnection_method_type property

reconnection_method_type property

Specifies what the spreadsheet application should do when a connection fails. The default value is ReConnectionMethodType.Required.

Definition:

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

See Also