Tab > Tab Assembly Interfaces > ITabCustomSort
Assembly: Tab;
Namespace: Prognoz.Platform.Interop.Tab;
The ITabCustomSort interface contains properties and methods of collection of data table rows or columns' sorting areas.
Property name | Brief description | |
![]() |
CaseSensitive | The CaseSensitive property determines whether the sorting is to be case sensitive. |
![]() |
Count | The Count property returns the number of sorting areas in the collection. |
![]() |
IsColumnSort | The IsColumnSort property returns True if sorting by columns is set for the table. |
![]() |
Item | The Item property returns an object containing sorting area located in the data table. |
![]() |
Range | The Range property determines the range of the table where the a sorting is to be set. |
Method name | Brief description | |
![]() |
Add | The Add method adds a new sorting area in a data table. |
![]() |
Clear | The Clear method deletes all sorting areas from the data table. |
![]() |
RemoveAt | The RemoveAt method removes sorting area, the index of which is passed as the Index input parameter. |
![]() |
Sort | The Sort method sorts a selected area. |
See also: