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