NativeExcel suite v1.x

VisibleFieldsOnly property

Indicates whether to export only the fields that are visible. The default value is False. Read/write Boolean.

Syntax

property VisibleFieldsOnly: Boolean;

Example

This example sets VisibleFieldsOnly property to true.
Dataset2Excel1.VisibleFieldsOnly := True;
Copyright © NikaSoft 2004-2011