AdvStringGrid QuickSort

Good mornig to all,

in my grid j set the criteria to use in order to sort the grid setting two columns as



Grid.SortIndexes.AddIndex(2,True);

Grid SG1.SortIndexes.AddIndex(4,True);



and sort using



Grid.QSortIndexed



Now, there's a way to use the same sort criteria but limited to some rows ??

J need sort by columns but only from row 5 to 15, something like



Grid.QSortIndexed(1,15)



Thanks in advance



Daniele

You can use grid.QuickSortIndex(FromRow, ToRow);