Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxSpreadSheetReportDetails.Items Property

Provides zero-based indexed access to individual detail dataset links.

#Declaration

Delphi
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