Search found 4 matches

by ich947
Wed Aug 28, 2013 12:42 pm
Forum: XLSReadWritwII 6
Topic: Bug in TXLSRow.SetHeight
Replies: 3
Views: 2424

Re: Bug in TXLSRow.SetHeight

Ok, I could find out what the problem is. It has something to do with the WrapText-Property of a Cell within the concerning Row. My code looked like this: XLS.Sheets[0].Cell[x, y].WrapText := True; XLS.Sheets[0].Rows[y].Height := 4711; How I described in my first post, the height kept unchanged. I t...
by ich947
Mon Aug 26, 2013 7:38 am
Forum: XLSReadWritwII 6
Topic: Bug in TXLSRow.SetHeight
Replies: 3
Views: 2424

Re: Bug in TXLSRow.SetHeight

We are still unable to change the height of a row.
Could you please check our issue?
by ich947
Fri Jul 12, 2013 1:43 pm
Forum: XLSReadWritwII 6
Topic: Issue with AutoWidthCol and Userformat
Replies: 1
Views: 1896

Issue with AutoWidthCol and Userformat

The autosizing of columns with an userformat does not work correctly. Our column-format looks like this: '0.00%' We are setting the format via CmdFormat.Number.Format or with SetFloatValue(...) But the AutoWidthCol-function does not respect our userformat. Because of this, the calculated width is to...
by ich947
Fri Jul 12, 2013 1:00 pm
Forum: XLSReadWritwII 6
Topic: Bug in TXLSRow.SetHeight
Replies: 3
Views: 2424

Bug in TXLSRow.SetHeight

I think that I´ve found a bug in TXLSRow.SetHeight. If I set the Height-Property of a Row-Item, the Height keeps unchanged. After a few attempts to set the height with another procedure I watched into the source code. if FRowItem <> Nil then begin FRowItem.Height := AValue; FRowItem.Options := FRowI...