Skip to content

Replies

0
Mike Dour
Mike Dour answered on Oct 5, 2014 6:33 PM

Unfortunately, it is not possible to assign a value to a cellĀ if it is text with more than 32767 characters. Excel does not support it. The exception you see is correctly enforcing the limits of the Excel file format. You can find all limits for Excel 2013 here.

0
Mike Dour
Mike Dour answered on May 22, 2012 4:03 PM

FYI, due to a fix for issue 103739 in the latest SR of versions 11.1 and later, the cell's WrapText value will be automatically set to True when it is Default and text with newlines is set on the cell. This is mimic how MS Excel automatically turns on wrap text for a cell when Alt+Enter is used to add newlines in that cell.

0
Mike Dour
Mike Dour answered on Sep 15, 2011 8:49 PM

You should save the state of any controls that need to be loaded into dock panes. Then, before you load the layout for the dock manager, you should create the controls (if they don't already exist), give them the same Name they had before, and reinitialize them with any state that you have saved. You must also add them somewhere in the control hierarchy of the Form (or UserControl) in which the UltraDockManager resides. I like to create a temporary Panel which is hidden for this purpose so you don't see any flicker on screen. I have attached a relatively simple sample which does this.

0
Mike Dour
Mike Dour answered on Jun 16, 2011 9:13 PM

Actually, you only need to set the FillPatternForegroundColor to a non-empty value and the FillPatternStyle will default to Solid. I know the naming is a little strange, but the FillPatternBackgroundColor is only used when you have some sort of pattern filling the cell and that color is then the alternate color for the pattern.

0
Mike Dour
Mike Dour answered on May 3, 2011 8:03 PM

It's possible this could be named in a slightly better way, but at this point, it would be a breaking change to rename the property.

0
Mike Dour
Mike Dour answered on Dec 21, 2009 5:09 PM

This sounds like it may be a bug with the Excel library. I have forwarded this post to the Developer Support Manager and a DS engineer will be contacting you about this issue.