Posted 29 April 2019, 12:28 pm EST - Updated 3 October 2022, 10:53 am EST
I have inherited from GC.Spread.Sheets.CellTypes.Text to create a custom field that displays vertical text as referenced by https://www.grapecity.com/blogs/rotating-text-in-spreadjs-cells.
If option ‘sheet.options.allowCellOverflow = true’, the cell will continue to paint a horizontal text when the column size is reduced.
Is it possible to inherit from Text and define the custom cell to avoid overflow?

