-
Notifications
You must be signed in to change notification settings - Fork 121
Expand file tree
/
Copy pathSamples_SpreadsheetEditorSDK.xml
More file actions
34 lines (24 loc) · 3.05 KB
/
Samples_SpreadsheetEditorSDK.xml
File metadata and controls
34 lines (24 loc) · 3.05 KB
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
26
27
28
29
30
31
32
33
34
<?xml version="1.0" encoding="utf-8" ?>
<Products>
<!--Region showcase-->
<ShowcaseSample Name="Spreadsheet " SourcePath="showcase\SpreadsheetDemo\CS" RowSpan="1" ImagePath="showcase\Spreadsheet.png" IsNETCoreSupported="True"/>
<!--End of Region showcase-->
<!--Region File Viewers and Editors-->
<Product Name="Spreadsheet" Category="File Viewers and Editors" EnableSecondLevel="True" >
<Sample Name="Getting Started" Category ="Getting Started" SourcePath="spreadsheet\GettingStarted" ImagePath="spreadsheet\GettingStarted\Images\GettingStarted.png" IsNETCoreSupported="True"/>
<Sample Name="Formula" Category ="Getting Started" SourcePath="spreadsheet\Formula" ImagePath="spreadsheet\Formula\Images\Formula.png" IsNETCoreSupported="True"/>
<Sample Name="Cell Formatting" Category ="Getting Started" SourcePath="spreadsheet\CellFormatting" ImagePath="spreadsheet\CellFormatting\Images\CellFormatting.png" IsNETCoreSupported="True"/>
<Sample Name="Conditional Formatting" Category ="Data Visualization" SourcePath="spreadsheet\ConditionalFormatting" ImagePath="spreadsheet\ConditionalFormatting\Images\ConditionalFormatting.png" IsNETCoreSupported="True"/>
<Sample Name="Advanced Conditional Formatting" Category ="Data Visualization" SourcePath="spreadsheet\AdvancedConditionalFormatting" ImagePath="spreadsheet\AdvancedConditionalFormatting\Images\AdvancedConditionalFormat.png" IsNETCoreSupported="True"/>
<Sample Name="Outlining" Category ="Data Visualization" SourcePath="spreadsheet\Outlining" ImagePath="spreadsheet\Outlining\Images\Outlining.png" IsNETCoreSupported="True"/>
<Sample Name="Data Management" Category ="Miscellaneous" SourcePath="spreadsheet\Data Management" ImagePath="spreadsheet\Data Management\Images\DataManagement.png"/>
<Sample Name="Exporting" Category ="Miscellaneous" SourcePath="spreadsheet\Exporting" ImagePath="spreadsheet\Exporting\Images\Exporting.png" IsNETCoreSupported="True"/>
<Sample Name="Printing" Category ="Miscellaneous" SourcePath="spreadsheet\Printing" ImagePath="spreadsheet\Printing\Images\Printing.png" IsNETCoreSupported="True"/>
<Sample Name="Visual Styles" Category ="Miscellaneous" SourcePath="spreadsheet\VisualStyles" ImagePath="spreadsheet\Printing\Images\VisualStyle.png" IsNETCoreSupported="True"/>
<Sample Name="Localization" Category ="Miscellaneous" SourcePath="spreadsheet\Localization" ImagePath="spreadsheet\Localization\Images\Localization.png" IsNETCoreSupported="True"/>
<Sample Name="Chart" Category ="Data Visualization" SourcePath="spreadsheet\Chart" ImagePath="spreadsheet\Chart\Images\Chart.png" IsNETCoreSupported="True"/>
<Sample Name="Sparklines" Category ="Data Visualization" SourcePath="spreadsheet\Sparklines" ImagePath="spreadsheet\Sparklines\Images\Sparkline.png" IsNETCoreSupported="True"/>
<Sample Name="GraphicCells" Category ="Data Visualization" SourcePath="spreadsheet\GraphicCell" ImagePath="spreadsheet\GraphicCell\Images\GraphicCell.png" IsNETCoreSupported="False"/>
</Product>
<!--End of Region File Viewers and Editors-->
</Products>