reconnection_method property

reconnection_method property

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

Remarks

NOTE: This property is now obsolete. Instead, please use ExternalConnection.ReconnectionMethodType property. This property will be removed 12 months later since October 2017. Aspose apologizes for any inconvenience you may have experienced.

Definition:

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

See Also