Page 1 of 1

Group symbol above

Posted: Sat Mar 19, 2016 8:17 pm
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

Re: Group symbol above

Posted: Mon Mar 21, 2016 8:24 am
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.