Table of Contents

XlsFile.SetDataConnections Method

Sets the data connections in the file.

Syntax

Namespace: FlexCel.XlsAdapter

public override void SetDataConnections(TDataConnections connections)

Parameters

<-> Parameter Type Description
connections TDataConnections Object with all connections in the file. Set it to null if you want to remove all connections.

See also