Back to Devexpress

SortState.Sort Method

officefileapi-devexpress-dot-spreadsheet-dot-sortstate-dot-sort.md

latest1008 B
Original Source

SortState.Sort Method

NameParametersDescription
Sort(IList<SortCondition>)conditionsSort columns as specified in sort conditions.
Sort(Int32, Fill, Boolean)columnIndex, fill, descendingOrderSorts the specified column in the given order by the selected fill pattern.
Sort(Int32, Boolean)columnIndex, descendingOrderSort a specified column in the specified order.
Sort(Int32, Color, Boolean)columnIndex, fontColor, descendingOrderSorts the specified column in the given order by the selected font color.