Posted 24 August 2023, 2:52 am EST
Hello,
when subscribed to the event:
gcSpreadSheet.ColumnWidthChanged += OnGdmSpreadSheetColumnWidthChanged;
a wrong value for the dragged column is returned.
Steps:
- create 2x2 sheet (columns A and B)
- drag column A to the left as much as possible (behind the limits)
- visually the width of column A seems to be 0 but when catching in the event above the value of:
spreadSheet.ActiveSheet.Columns[e.ColumnList[0]].Width
it is still the previous value.