티스토리 뷰
시트안에 컬럼을 숨기는 방법
Range range = sheet.GetRange( COleVariant( "P4" ), COleVariant( "U4" ) );
Range cols = range.GetEntireColumn();
Range cols = range.GetEntireColumn();
// 해당 Range에 속하는 컬럼을 리턴함
if( fiscalQuarter == "4" && cumulType == "C" ) {
cols.SetHidden( COleVariant( (short)FALSE ));
cols.SetHidden( COleVariant( (short)FALSE ));
// 매개변수로 COleVariant형을 주어야하므로 casting작업이 필요
} else {
cols.SetHidden( COleVariant( (short)TRUE ));
}
cols.SetHidden( COleVariant( (short)TRUE ));
}
'Study > Application > Windows' 카테고리의 다른 글
OLE 작업 (0) | 2010.08.12 |
---|---|
MFC - OLE 작업중 차트관련 (0) | 2010.07.15 |
MFC에서 EditBox 한글입력문제 (0) | 2010.06.24 |
Professional MFC with Visual C++ 1주차 강의 (Chapter1-3) (0) | 2010.02.05 |
PlatformSDK 설치 후, 컴파일 오류 uuid.lib(mshtml_i.obj) : fatal error LNK1103: (0) | 2010.02.02 |
댓글
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- 안드로이드
- Developing on AWS
- Jake Yoon
- 창조경제혁신센터
- GDG SSU
- 숭실대
- jaeseokyoon
- 소설네트워크2
- 리눅스
- Linux
- watchface
- 릴레이대회본선
- 창의과학교구
- yjaeseok
- 리눅스 커널 2.6
- 하쭈서쭈
- jakeyoon
- WatchFaceHack
- 그래비트랙스
- gdgssu
- GDG
- 윤재석
- gdg watchfacehack
- 서버개발자
- 안드로이드폰
- AndroidWear
- 핸즈온머신러닝
- 리눅스 커널 2.6 구조와 원리
- 리눅스2.6
- 해커톤
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
글 보관함