TDataConnectionTables.RemoveAt Method
Removes a table from the list.
Syntax
Unit: FlexCel.Core
procedure TDataConnectionTables.RemoveAt(const index: Integer);
Parameters
| <-> |
Parameter |
Type |
Description |
| const |
index |
Integer |
Index where to remove the table (0 based) |
See also