Search found 4 matches
- Sun May 02, 2010 10:29 am
- Forum: XLSReadWriteII 3/4/5
- Topic: HorizAlignment and VertAlignment don't work in 2007
- Replies: 2
- Views: 4322
Re: HorizAlignment and VertAlignment don't work in 2007
Sorry forgot to mention I am using 4.00.31
- Sun May 02, 2010 10:16 am
- Forum: XLSReadWriteII 3/4/5
- Topic: HorizAlignment and VertAlignment don't work in 2007
- Replies: 2
- Views: 4322
HorizAlignment and VertAlignment don't work in 2007
Hi, I have tried the following code and when I export to Excel 2007 format the alignments are completely ignored. If I export to Excel 97 - 2003 format it applies the formatting: procedure TForm1.Button15Click(Sender: TObject); var Temp : TXLSReadWriteII4; begin Temp := TXLSReadWriteII4.Create(Self)...
- Thu Mar 04, 2010 6:36 am
- Forum: XLSReadWriteII 3/4/5
- Topic: column insertion / addition
- Replies: 1
- Views: 2961
column insertion / addition
Hi,
Please explain the difference between these methods:
Component.Sheet[0].Columns.AddIfNone(X,Y);
Component.Sheet[0].InsertColumns(X,Y);
Component.Sheet[0].Columns.InsertColumns(X,Y);
Please explain the difference between these methods:
Component.Sheet[0].Columns.AddIfNone(X,Y);
Component.Sheet[0].InsertColumns(X,Y);
Component.Sheet[0].Columns.InsertColumns(X,Y);
- Tue Mar 02, 2010 11:32 am
- Forum: XLSReadWriteII 3/4/5
- Topic: Bestfit
- Replies: 1
- Views: 2837
Bestfit
Hi,
I am trying to use the BestFit column property, but i can't see that it does anything? What is it supposed to do?
Anton Bosch
I am trying to use the BestFit column property, but i can't see that it does anything? What is it supposed to do?
Anton Bosch