TdxSpreadSheetReportDataGroups.Items Property
In This Article
Provides zero-based indexed access to individual data groups.
#Declaration
Delphi
property Items[Index: Integer]: TdxSpreadSheetReportDataGroup read; write; default;
#Property Value
Type |
---|
Tdx |
#Remarks
The zero-based index of a data group within the collection is passed as the Index parameter. To identify the total number of available data groups, use the Count property.
See Also