Notice
- Today
- Total
Recent Posts
Recent Comments
Link
Tags
- RaspberryPi
- Image icon 변환
- usb 인식 불가
- Raspberry Pi
- UltraToolbarsManager
- ImageList Icon 변환
- Spread
- MariaDB
- OpenFileDialog
- onPageFinished
- mariaDB 설치
- 라즈베리파이
- WebViewClient
- mp4 재생
- c#
- OSHP
- 다중 Filter
- ContextMenuStrip
- Ribbon
- 라즈베리 피이
- .mine
- ScrollBarTrackPolicy
- 자동 닫힘
- mariaDB 외부접속
- 동영상 오류
- ubuntu
- startActivity
- node.js
- node.js 설치
- <<<<<<<<
Archives
Realman's World
[Farpoint Spread] Column Sort 시키기 (SetColumnAllowAutoSort) 본문
Language/FarPoint Spread
[Farpoint Spread] Column Sort 시키기 (SetColumnAllowAutoSort)
리얼맨 2009. 1. 13. 09:17Column Header를 클릭했을 때 Sorting 시키려면 SetColumnAllowAutoSort 함수를 이용하면 된다.
첫번째 인자는 시작 Column, 두번째 인자는 Column 개수, 세번째 인자는 자동 Sorting 여부를 지정해 준다.
spsGateDtlInfo.SetColumnAllowAutoSort(i, spsGateDtlInfo.ColumnCount, true);
첫번째 인자는 시작 Column, 두번째 인자는 Column 개수, 세번째 인자는 자동 Sorting 여부를 지정해 준다.
Comments