Τεκμηρίωση HotXLS

VisibleFieldsOnly ιδιότητα

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

Σύνταξη

property VisibleFieldsOnly: Boolean;

Παράδειγμα

This example sets VisibleFieldsOnly property to true

DataToXLS1.VisibleFieldsOnly := True;