IDtProvider.TypeGuessRows

Syntax

TypeGuessRows: Integer;

Description

The TypeGuessRows property determines number of rows by means of which the data type of each field will be determined.

Comments

The property is relevant if the IDtProvider.AutoFillFieldsMode property is set to DtAutoFillFieldsMode.DataRow.

Example

The example of use is given in description of the IDtExcelProviderEx.File property.

See also:

IDtProvider