sap 클립보드 기능 추가

This commit is contained in:
chi
2023-04-24 15:06:04 +09:00
parent 569e059b8a
commit 492f33d70b
20 changed files with 5180 additions and 262 deletions

View File

@@ -641,7 +641,7 @@ namespace FPJ0000
List<int> idxlist = new List<int>();
foreach (var sel in sels)
{
for(int r = sel.Row; r< sel.RowCount; r++)
for(int r = sel.Row; r< (sel.Row + sel.RowCount); r++)
{
var idx = (int)this.fpSpread1.ActiveSheet.Cells[r, idxColumn].Value;
if (idx < 0) continue;