ExternalConnection.ReconnectionMethod

ExternalConnection.ReconnectionMethod property

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

[Obsolete("Use ExternalConnection.ReconnectionMethodType property instead.")]
[EditorBrowsable(EditorBrowsableState.Never)]
public ReConnectionMethodType ReconnectionMethod { get; set; }

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.

See Also