Search found 6 matches
- Mon Jun 25, 2007 8:53 am
- Forum: XLSReadWriteII 3/4/5
- Topic: Rows[liRow].PixelHeight don't work!
- Replies: 5
- Views: 5606
Hello Lars, I modified your Source from procedure TXLSRow.SetPixelHeight(const Value: integer); var F: TFont; begin F := TFont.Create; try FFormats.Fonts[0].CopyToTFont(F); FHeight := -Round((Value / (F.Height / F.Size)) * 20); finally F.Free; end; end; to procedure TXLSRow.SetPixelHeight(const Valu...
- Thu Jun 21, 2007 12:04 pm
- Forum: XLSReadWriteII 3/4/5
- Topic: Rows[liRow].PixelHeight don't work!
- Replies: 5
- Views: 5606
- Mon Jun 04, 2007 7:51 am
- Forum: XLSReadWriteII 3/4/5
- Topic: Rows[liRow].PixelHeight don't work!
- Replies: 5
- Views: 5606
procedure TForm1.Button2Click(Sender: TObject); var lXLSReadWriteII21: TXLSReadWriteII2; liCol: integer; liRow: integer; lsFilename: string; begin lsFilename := 'c:\temp\XLSTest.xls'; lXLSReadWriteII21 := TXLSReadWriteII2.Create(self); try lXLSReadWriteII21.Filename := lsFilename; for liRow := 0 to...
- Fri May 25, 2007 6:47 am
- Forum: XLSReadWriteII 3/4/5
- Topic: Rows[liRow].PixelHeight don't work!
- Replies: 5
- Views: 5606
Rows[liRow].PixelHeight don't work!
I'm using version 3.01.02 of XLSReadWriteII 3.0.
The code
lXLSReadWriteII21.Sheets[0].Rows[liRow].PixelHeight := 200;
don't have any effect. It doesn't work!
lXLSReadWriteII21.Sheets[0].Rows[liRow].Height := 400;
works...
Regards,
mrk
The code
lXLSReadWriteII21.Sheets[0].Rows[liRow].PixelHeight := 200;
don't have any effect. It doesn't work!
lXLSReadWriteII21.Sheets[0].Rows[liRow].Height := 400;
works...
Regards,
mrk
- Fri May 25, 2007 6:32 am
- Forum: XLSReadWriteII 3/4/5
- Topic: import image with individual aspect ratio?
- Replies: 3
- Views: 3829
- Thu May 24, 2007 6:52 am
- Forum: XLSReadWriteII 3/4/5
- Topic: import image with individual aspect ratio?
- Replies: 3
- Views: 3829
import image with individual aspect ratio?
Is there a way to import an image to a cell with individual aspect ratio?
I have a rectangulary cell and have to place an quadratically image on it.
How to do this?
Regards,
mrk
I have a rectangulary cell and have to place an quadratically image on it.
How to do this?
Regards,
mrk