IDtUnpivotProvider.DataWidth

Fore syntax

DataWidth: Integer;

Fore.NET syntax

DataWidth: integer;

Description

The DataWidth property determines number of columns in data block located in the A4 area.

Comments

By default the DataWidth = 1.

If DataWidth is not set, the data block is supposed to have one column.

Fore and Fore.NET examples

The property use is given in the example for IDtUnpivotProvider.Provider.

See also:

IDtUnpivotProvider