Group symbol above

Questions and answers on how to use XLSSpreadSheet.
Post Reply
markl
Posts: 10
Joined: Mon Jan 13, 2014 8:32 am

Group symbol above

Post by markl »

Hello!
Tell me please, how to make the group symbol (+/-) above than the opened group like in Excel (look left)?
XLSSpreadSheet 2.00.11 trial

Code: Select all

  XLS.Clear;
  XLS.Filename := '2.xlsx';
  XLS.XLS[0].WorkspaceOptions := [woShowAutoBreaks, woOutlineSymbols];
  XLS.Read;
Image
larsa
Site Admin
Posts: 926
Joined: Mon Jun 27, 2005 9:30 pm

Re: Group symbol above

Post by larsa »

Hello

There is no option for changing the position of the group symbol, but if you have the source code it's easy to do this change.
Lars Arvidsson, Axolot Data
Post Reply