Document Solutions for Excel, .NET Edition 6.2.0
Released: Aug 7, 2023
6.2.0 での更新項目
機能
- Added support for double-sided printing.
- GcExcel .NET supports the
Duplex enum in PrintOutOptions class to enable/disable double-sided printing on a page.
- There are four options in the enum that the user can use accordingly to print the workbook:
- Duplex.Default indicates the printer's default duplex setting.
- Duplex.Simplex indicates Single-sided printing.
- Duplex.Vertical indicates the Double-sided, vertical printing.
- Duplex.Horizontal indicates the Double-sided, horizontal printing.
- Added the ability to set Vertical text direction in a Shape and Chart.
- Added alignment options for Shape Text.
- Added support for header references.
不具合の修正
- The result of XLOOKUP formula is incorrect.