How to switch off the line attribute of Rectangle box
Posted: Tue Feb 19, 2008 7:23 am
Hello,
I’m looking for a feature to switch off the line attribute of rectangle box.
The code frame looks like follows:
Any hints?
Thanks for your help
--- west ----
I’m looking for a feature to switch off the line attribute of rectangle box.
The code frame looks like follows:
Code: Select all
with XLS.Sheets[SheetNo].DrawingObjects.Basics.Add do
begin
Row1 := ...
Col1 := ...
...
ShapeType := bstRectangle;
FillColor := Color;
@ deactivate Line ??
end;
Thanks for your help
--- west ----