sap 클립보드 기능 추가
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user