SkipEmptyRows: Boolean;
The SkipEmptyRows property determines whether empty rows are skipped.
Available values:
True. Skip rows that do not contain all values.
False. Do not skip empty rows, add empty records to the table (default value).
The example of use is given in the description of the ITableCreator.Execute property.
See also: