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