Questions and answers on how to use XLSSpreadSheet.
-
markl
- Posts: 10
- Joined: Mon Jan 13, 2014 8:32 am
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;
-
larsa
- Site Admin
- Posts: 926
- Joined: Mon Jun 27, 2005 9:30 pm
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