Table of Contents

TDataConnection.OdcFile Property

Specifies the full path to external connection file from which this connection was created. If a connection fails during an attempt to refresh data, and ReconnectionMethod is AsRequired, then the spreadsheet application will try again using information from the external connection file instead of the connection object embedded within the workbook.

Syntax

Namespace: FlexCel.Core

public String OdcFile { get; set; }

See also