azurl2
azurl2
I did this with the WPF Demo in the source code for ReoGridWPF solution **Describe the bug** A clear and concise description of what the bug is. I opened an...
```cs OriginalExcelReogrid.Load(path, FileFormat.Excel2007); OriginalExcelReogrid.CurrentWorksheet.SetScale(0.7f); OriginalExcelReogrid.CurrentWorksheet.SetColumnsWidth(0, 1000, 120); OriginalExcelReogrid.CurrentWorksheet.SetRowsHeight(0, 1000, 30); OriginalPathHolder.Text = path; _selectedFile = path; CheckIfCanEnableConvert(); OriginalExcelReogrid.CurrentWorksheet.SelectionRangeChanged += (sender, args) => { _currentSelection = args.Range; }; ``` **Describe the...