TdxSpreadSheetReportDetails.Items Property
Provides zero-based indexed access to individual detail dataset links.
Declaration
property Items[AIndex: Integer]: TdxSpreadSheetReportDetail read; write; default;
Property Value
Type |
---|
TdxSpreadSheetReportDetail |
Remarks
The zero-based index of a detail dataset link within the collection is passed as the AIndex parameter. To identify the number of available detail dataset links, use the Count property.
See Also