C#,Delphi,Oracle,MSSQL 개발자블로그
[Farpoint Spread] Removing Row or Column 본문
Programming/Farpoint Spread(C#)
[Farpoint Spread] Removing Row or Column
19760323 2017. 8. 10. 20:31FpSpread1.Sheets[0].RemoveRows(지우기 시작할 로우 인덱스, 지울 로우의 개수);
Ex. FpSpread1.Sheets[0].RemoveRows(6,2);
출처 : http://helpcentral.componentone.com/NetHelp/SpreadNet6/ASP2/spweb-RowColRemove.html
'Programming > Farpoint Spread(C#)' 카테고리의 다른 글
[Farpoint Spread]소수점 표시 해제 (0) | 2017.08.10 |
---|---|
[Farpoint Spread] 스프레드에 픽처박스의 이미지 넣기. (0) | 2017.06.14 |
[Farpoint Spread] 셀 안의 데이터 길이만큼 스프레드의 너비 조절. (0) | 2017.06.14 |
[Farpoint Spread] 코드로 스프레드 디자이너 속성 사용하기 팁. (0) | 2017.06.08 |
[Farpoint Spread] SPREAD에서 CHECKBOX 선택이 되지 않는 문제. (0) | 2017.04.14 |
Comments