How to switch off the line attribute of Rectangle box

Questions and answers on how to use XLSReadWriteII 3/4/5.
Post Reply
west
Posts: 1
Joined: Sat Feb 16, 2008 7:16 am

How to switch off the line attribute of Rectangle box

Post 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 ----
larsa
Site Admin
Posts: 926
Joined: Mon Jun 27, 2005 9:30 pm

Post by larsa »

Hello

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


Lars Arvidsson
Post Reply