Search found 1 match
- Mon May 05, 2008 1:48 pm
- Forum: XLSReadWriteII 3/4/5
- Topic: How do you set the FontStyle in c++ builder
- Replies: 2
- Views: 4139
I tried it too!
Hi Guys I interpreted the advice that was given as follows: XLS->Sheet[ 0 ]->Cell[ 0][1 ]->FontStyle = TFontStyles() << fsBold; The Message I then get when I try to compile is: [C++ Error] Main.cpp(37): E2034 Cannot convert 'TFontStyles' to 'TXFontStyles' What to do, what to do!? I hope someone can ...