Products
|
Download
|
Order
|
Forum
|
Contact us
NativeExcel suite v1.x
Reference
>
TDBGrid2Excel
>
GroupFields
GroupFields property
Specifies a list of column names used as the criteria for creating groups. Read/write TStrings.
Syntax
property
GroupFields
: TStrings;
Example
This example changes the list of group fields.
With
DBGrid2Excel1.GroupFields
do
begin
Clear(); Add(
'Country'
); Add(
'CompanyName'
);
end
;
Copyright © NikaSoft 2004-2012