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 ----