You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create a CopyRows and CopyColumns method. So users don't have to rely on ExcelRangeBase.Copy e.g. C# sheet.Cells["4:5"].Copy(sheet.Cells["7:8"]);
Also consider if functionality should be added to ExcelRangeBase.Copy so it also copies row height and/or column height.
The text was updated successfully, but these errors were encountered:
Create a CopyRows and CopyColumns method. So users don't have to rely on ExcelRangeBase.Copy e.g.
C# sheet.Cells["4:5"].Copy(sheet.Cells["7:8"]);
Also consider if functionality should be added to ExcelRangeBase.Copy so it also copies row height and/or column height.
The text was updated successfully, but these errors were encountered: