TXlsFile.SetDataConnections Method
Sets the data connections in the file.
Syntax
Unit: FlexCel.XlsAdapter
procedure TXlsFile.SetDataConnections(connections: IDataConnections); override;
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