주니봉
  • Farpoint 리스트 박스
    2015년 10월 19일 13시 05분 18초에 업로드 된 글입니다.
    작성자: 봉주니
    FarPoint.Win.Spread.CellType.ListBoxCellType listcell = new FarPoint.Win.Spread.CellType.ListBoxCellType();
    listcell.ImageList = ImageList1;
    listcell.ItemData = new string[] { "One", "Two", "Three"};
    listcell.Items = new string[] {"One","Two","Three"};
    listcell.ItemHeight = 40;
    fpSpread1.ActiveSheet.Cells[0, 0].CellType = listcell;


    [참조] http://helpcentral.componentone.com/NetHelp/SpreadNet7/WF/spwin-setlistboxcell.html

    반응형

    'C#' 카테고리의 다른 글

    기상날씨 xml 파싱  (0) 2015.12.14
    PictureBox 이미지 다른 이름으로 저장  (1) 2015.10.19
    winform 화면 프린팅  (0) 2015.10.19
    C# Delay 함수  (0) 2015.10.08
    텍스트 박스 엔터키 이벤트로 버튼 클릭 구현  (0) 2015.09.22
    댓글