You must be logged in to reply to this topic.
Tagged: XLStyle, XLTextBoxShape
Is it possible to apply a style (font/forecolor/backcolor/etc) to a XLTextBoxShape?
The more I look into the XLTextBoxShape, the more I have issues even using the class itself.
var lHeaderTextBox = new XLTextBoxShape(
"HELLO WORLD",
C1XLBook.PixelsToTwips( 60 ), C1XLBook.PixelsToTwips( 5 ),
C1XLBook.PixelsToTwips( 300 ), C1XLBook.PixelsToTwips( 75 ) );
this.mSheet.Shapes.Add( lHeaderTextBox );
I’m not seeing a text box when I use this code.
Hello,
It seems that you are currently using an old build of C1Excel.
According to the development team, the XLTextBoxShape class has been removed from the C1Excel control from 2011v1 builds onwards. The reason was that it was having similar kind of problems in some scenarios and that was very difficult to support.
Regards,
Reema
You must be logged in to reply to this topic.
As a leading component vendor in the Microsoft Visual Studio Industry Partner program, ComponentOne has been providing the widest range of Microsoft Visual Studio components, IDE platform development tools, and applications for over 22 years. ComponentOne product lines encompass custom WinForms, ASP.NET, WPF, Silverlight, Mobile, and COM components, documentation tools, and Web Parts for Microsoft Office SharePoint Server and Windows SharePoint Services.
Contact ComponentOne: 1.800.858.2739 | Pittsburgh: 412.681.4343
©2013 ComponentOne LLC All Rights Reserved.
All product and company names herein may be trademarks of their respective owners.
ComponentOne holds a license under Patent No. 5,490,216 (which expires on September 21, 2013)
