Table of Contents

ExcelFile.SetDataConnections Method

Sets the data connections in the file.

Syntax

Namespace: FlexCel.Core

public abstract 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