TExcelFile.SetDataConnections Method
Sets the data connections in the file.
Syntax
Unit: FlexCel.Core
procedure TExcelFile.SetDataConnections(connections: IDataConnections); virtual; abstract;
Parameters
<-> |
Parameter |
Type |
Description |
|
connections |
IDataConnections |
Object with all connections in the file. Set it to null if you want to remove all connections. |
See also