←Select platform

SortType Property

Summary

Get or sets the sorting type for a range of cells within a sheet that determines whether the cell range should be sorted in ascending or descending order.

Syntax

C#
C++/CLI
Python
public CellRangeSortType SortType { get; set; } 
public:  
   property CellRangeSortType^ SortType 
   { 
      CellRangeSortType^ get() 
      void set(CellRangeSortType^ value) 
   } 
SortType # get and set (CellRangeSortOptions) 

Property Value

This property can hold one of the values from the CellRangeSortType enumeration, which includes Ascending and Descending.

Remarks

This property allows the user to specify the order in which the cells in a range should be sorted.

Requirements

Target Platforms

See Also

CellRangeSortOptions Class

CellRangeSortOptions Members

Leadtools.Document.LEADOffice.Sheet Namespace

Help Version 23.0.2024.4.15
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.