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;