Search found 3 matches
- Tue Dec 12, 2006 11:40 am
- Forum: XLSReadWriteII 3/4/5
- Topic: Why Didn't work Formats???
- Replies: 2
- Views: 2964
- Tue Dec 12, 2006 11:39 am
- Forum: XLSReadWriteII 3/4/5
- Topic: How do you set the FontStyle in c++ builder
- Replies: 2
- Views: 4133
- Tue Dec 12, 2006 11:37 am
- Forum: XLSReadWriteII 3/4/5
- Topic: Why Didn't work Formats???
- Replies: 2
- Views: 2964
Why Didn't work Formats???
After this code Format has been applied for each cell in the sheet. Why? And why BorderTopStyle hasn't been applied? Sample: TCellFormat * F = XLS->Formats->Add(); F->XFont->Size = 15; F->XFont->Color = xcRed; F->BorderTopStyle = cbsThick; XLS->Sheets->Items[0]->IntWriteNumber(1, 1, 0, 3456); XLS->W...