정렬 방식을 지정합니다.
Namespace: Ntreev.Windows.Forms.GridAssembly: Ntreev.Windows.Forms.Grid (in Ntreev.Windows.Forms.Grid.dll) Version: 1.0.4216.32284
 Syntax
Syntax
| C# | 
|---|
| public enum SortType | 
| Visual Basic | 
|---|
| Public Enumeration SortType | 
| Visual C++ | 
|---|
| public enum class SortType | 
 Members
Members
| Member name | Value | Description | |
|---|---|---|---|
| Down | 2 | 내림차순으로 정렬을 합니다. | |
| Up | 1 | 오름차순으로 정렬을 합니다. | |
| None | 0 | 정렬을 하지 않습니다. | 





