728x90
반응형
ClearRange(row 시작지점, row 몇 개 , Column 시작지점, Column 몇 개, Data만 삭제할 건지)
fpSpread1.Sheets[0].ClearRange(1,1, 3, 7, false);
fpSpread1.Sheets[0].ClearRange(5, 0, fpSpread1.Sheets[sheetno].RowCount, fpSpread1.Sheets[sheetno].ColumnCount, false);
728x90
반응형
'c# > fpspread' 카테고리의 다른 글
[C#] fpspread View 위치 설정 (0) | 2021.12.03 |
---|---|
[C#] fpspread Line 숨기기 (0) | 2021.12.03 |
[C#] fpspread Sheet Visible (0) | 2021.12.03 |
[C#] fpspread Excel Print 설정 (0) | 2021.12.03 |
[C#] fpspread Excel 저장 (0) | 2021.12.03 |