Why Didn't work Formats???
Posted: Tue Dec 12, 2006 11:37 am
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->Write();
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->Write();