| 1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
 | | Quintiq file version 2.0 |  | Component LibSOPImpExp_ContextMenuExport |  | { |  |   #keys: '[144528.1.206874722]' |  |   BaseType: 'WebContextMenu' |  |   Children: |  |   [ |  |     Component MenuExcelExport |  |     { |  |       #keys: '[144528.1.206874723]' |  |       BaseType: 'WebMenu' |  |       Properties: |  |       [ |  |         Image: 'SPREADSHEET_SORT_DESCENDING' |  |         Taborder: 0 |  |         Title: 'Excel Export' |  |         Tooltip: 'Select Excel data to export.' |  |       ] |  |     } |  |   ] |  |   Properties: |  |   [ |  |     Taborder: 0 |  |   ] |  | } | 
 |