Search found 1 match
- Tue Feb 19, 2008 7:23 am
- Forum: XLSReadWriteII 3/4/5
- Topic: How to switch off the line attribute of Rectangle box
- Replies: 1
- Views: 2327
How to switch off the line attribute of Rectangle box
Hello, I’m looking for a feature to switch off the line attribute of rectangle box. The code frame looks like follows: with XLS.Sheets[SheetNo].DrawingObjects.Basics.Add do begin Row1 := ... Col1 := ... ... ShapeType := bstRectangle; FillColor := Color; @ deactivate Line ?? end; Any hints? Thanks fo...