Page 1 of 1

How to switch off the line attribute of Rectangle box

Posted: Tue Feb 19, 2008 7:23 am
by west
Hello,

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;
Any hints?

Thanks for your help

--- west ----

Posted: Fri Feb 22, 2008 9:32 am
by larsa
Hello

Sorry, but it's not possible to turn off the border line.


Lars Arvidsson