Notice
- Today
- Total
Recent Posts
Recent Comments
Link
Tags
- node.js 설치
- ContextMenuStrip
- MariaDB
- 자동 닫힘
- node.js
- 동영상 오류
- RaspberryPi
- mp4 재생
- 라즈베리 피이
- UltraToolbarsManager
- mariaDB 외부접속
- Spread
- onPageFinished
- Raspberry Pi
- mariaDB 설치
- Image icon 변환
- usb 인식 불가
- Ribbon
- 다중 Filter
- .mine
- ImageList Icon 변환
- OSHP
- ScrollBarTrackPolicy
- <<<<<<<<
- c#
- ubuntu
- 라즈베리파이
- startActivity
- WebViewClient
- OpenFileDialog
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