TdxSpreadSheetReportSortedFields.Items Property
Provides zero-based indexed access to individual sorted fields.
Declaration
property Items[Index: Integer]: TdxSpreadSheetReportSortedField read; write; default;
Property Value
Type |
---|
TdxSpreadSheetReportSortedField |
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