Hello,
I am using Spread for Windows Forms 2.5.
I try to set the width of some columns to one pixel using the following code:
Sheets[0].ColumnHeader.Columns[columnIndex].Width = 1;
but it does not work. Nothing happens after this statement.
I tested the method SetColumnWidth without success.
What do I need to do to make the sheet accept my column width setting?
Regards, Mario