Spread.NET 18.2
Released: Jul 30, 2025
18.2 中的更新
特性
Spread for WinForms:
- Enhanced the compatibility of Spread to reduce field redefinition conflicts after upgrading to v18.
- Spread now allows you to view more RibbonBar items and icons at design time and provides improved options for configuring the RibbonBar's collapsed state, making it easier to arrange and design your forms.
- Spread now supports setting custom data (Tag) on cells, rows, and columns through
IRange.Tag. This feature is independent from the existing Tag property in Spread for WinForms.
- New APIs are introduced which allow users to respond to cell clicks, selection changes, double-clicks, and sheet activation events in worksheets and workbooks.
Spread for WPF:
- Optimized the chart tooltip display logic to prevent unexpected flickering when rapidly moving the mouse.
- Spread now supports setting custom data (Tag) on cells, rows, and columns through
IRange.Tag.
- New APIs are introduced which allow users to respond to cell clicks, selection changes, double-clicks, and sheet activation events in worksheets and workbooks.
修补程序
Spread for WinForms:
- Fixed an application crash that occurred when using the formula wizard and selecting a value for a function argument.
- Resolved the issue where clicking the border of an enhanced shape could cause an exception.
- Resolved an issue with inconsistent cell selection behavior when specifying cell references as function arguments.
- Fixed an issue where the application failed to start if no printer was installed or configured.
- Fixed an issue where headers were not printed when ExcelCompatiblePrinting was enabled.
- Resolved an issue related to the Cell Styles on the Quick Access Toolbar.
- Resolved an application freeze issue when clicking column headers in specific cases.