Skip to main content
A newer version of this page is available. .

TdxSpreadSheetReportDataGroups.Items Property

Provides zero-based indexed access to individual data groups.

Declaration

property Items[Index: Integer]: TdxSpreadSheetReportDataGroup read; write; default;

Property Value

Type
TdxSpreadSheetReportDataGroup

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