←Select platform

CellRangeSortType Enumeration

Summary

Defines the sorting order types applied to a range of cells within a sheet, whether the data should be sorted in ascending or descending order.

Syntax

C#
C++/CLI
Python
public enum CellRangeSortType 
public: 
   enum class CellRangeSortType sealed 
class CellRangeSortType(Enum): 
   Ascending = 0 
   Descending = 1 

Members
Value Name Description
0 Ascending Sorts the cell range in ascending order. This is typically used to sort data from the lowest to the highest value (e.g., numerically or alphabetically).
1 Descending Sorts the cell range in descending order. This is used to sort data from the highest to the lowest value.

Requirements

Target Platforms

See Also

Leadtools.Document.LEADOffice.Sheet Namespace

Help Version 23.0.2024.5.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document.LEADOffice Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.