|
3 | 3 | [](https://supportcenter.devexpress.com/ticket/details/E4944)
|
4 | 4 | [](https://docs.devexpress.com/GeneralInformation/403183)
|
5 | 5 | <!-- default badges end -->
|
6 |
| -<!-- default file list --> |
7 |
| -*Files to look at*: |
8 |
| - |
9 |
| -* [BusinessObjects.cs](./CS/SpreadsheetControl_WPF_API_Part02/BusinessObjects.cs) (VB: [BusinessObjects.vb](./VB/SpreadsheetControl_WPF_API_Part02/BusinessObjects.vb)) |
10 |
| -* [Groups.cs](./CS/SpreadsheetControl_WPF_API_Part02/Groups.cs) (VB: [Groups.vb](./VB/SpreadsheetControl_WPF_API_Part02/Groups.vb)) |
11 |
| -* [MainWindow.xaml](./CS/SpreadsheetControl_WPF_API_Part02/MainWindow.xaml) (VB: [MainWindow.xaml](./VB/SpreadsheetControl_WPF_API_Part02/MainWindow.xaml)) |
12 |
| -* [MainWindow.xaml.cs](./CS/SpreadsheetControl_WPF_API_Part02/MainWindow.xaml.cs) (VB: [MainWindow.xaml.vb](./VB/SpreadsheetControl_WPF_API_Part02/MainWindow.xaml.vb)) |
13 |
| -* [AutoFilterActions.cs](./CS/SpreadsheetControl_WPF_API_Part02/SpreadsheetActions/AutoFilterActions.cs) (VB: [AutoFilterActions.vb](./VB/SpreadsheetControl_WPF_API_Part02/SpreadsheetActions/AutoFilterActions.vb)) |
14 |
| -* [CustomFunctionActions.cs](./CS/SpreadsheetControl_WPF_API_Part02/SpreadsheetActions/CustomFunctionActions.cs) (VB: [CustomFunctionActions.vb](./VB/SpreadsheetControl_WPF_API_Part02/SpreadsheetActions/CustomFunctionActions.vb)) |
15 |
| -* [DocumentPropertiesActions.cs](./CS/SpreadsheetControl_WPF_API_Part02/SpreadsheetActions/DocumentPropertiesActions.cs) (VB: [DocumentPropertiesActions.vb](./VB/SpreadsheetControl_WPF_API_Part02/SpreadsheetActions/DocumentPropertiesActions.vb)) |
16 |
| -* [ExportActions.cs](./CS/SpreadsheetControl_WPF_API_Part02/SpreadsheetActions/ExportActions.cs) (VB: [ExportActions.vb](./VB/SpreadsheetControl_WPF_API_Part02/SpreadsheetActions/ExportActions.vb)) |
17 |
| -* [GroupAndOutlineActions.cs](./CS/SpreadsheetControl_WPF_API_Part02/SpreadsheetActions/GroupAndOutlineActions.cs) (VB: [GroupAndOutlineActions.vb](./VB/SpreadsheetControl_WPF_API_Part02/SpreadsheetActions/GroupAndOutlineActions.vb)) |
18 |
| -* [ProtectionActions.cs](./CS/SpreadsheetControl_WPF_API_Part02/SpreadsheetActions/ProtectionActions.cs) (VB: [ProtectionActions.vb](./VB/SpreadsheetControl_WPF_API_Part02/SpreadsheetActions/ProtectionActions.vb)) |
19 |
| -* [SearchActions.cs](./CS/SpreadsheetControl_WPF_API_Part02/SpreadsheetActions/SearchActions.cs) (VB: [SearchActions.vb](./VB/SpreadsheetControl_WPF_API_Part02/SpreadsheetActions/SearchActions.vb)) |
20 |
| -* [ShapeActions.cs](./CS/SpreadsheetControl_WPF_API_Part02/SpreadsheetActions/ShapeActions.cs) (VB: [ShapeActions.vb](./VB/SpreadsheetControl_WPF_API_Part02/SpreadsheetActions/ShapeActions.vb)) |
21 |
| -* [SortActions.cs](./CS/SpreadsheetControl_WPF_API_Part02/SpreadsheetActions/SortActions.cs) (VB: [SortActions.vb](./VB/SpreadsheetControl_WPF_API_Part02/SpreadsheetActions/SortActions.vb)) |
22 |
| -* [TableActions.cs](./CS/SpreadsheetControl_WPF_API_Part02/SpreadsheetActions/TableActions.cs) (VB: [TableActions.vb](./VB/SpreadsheetControl_WPF_API_Part02/SpreadsheetActions/TableActions.vb)) |
23 |
| -* [Utils.cs](./CS/SpreadsheetControl_WPF_API_Part02/Utils.cs) (VB: [Utils.vb](./VB/SpreadsheetControl_WPF_API_Part02/Utils.vb)) |
24 |
| -<!-- default file list end --> |
| 6 | + |
25 | 7 | # WPF SpreadsheetControl API - Part 2
|
26 | 8 |
|
| 9 | +This example is the second part of the SpreadsheetControl API set of examples that demonstrates how to use the SpreadsheetControl API to manage spreadsheet documents in code, without the need for Microsoft Excel to be installed. |
| 10 | + |
| 11 | +This sample introduces API properties and methods used to perform the following operations: |
| 12 | + |
| 13 | +* Insert, delete and modify pictures |
| 14 | +* Add a hyperlink to a picture |
| 15 | +* Add custom functions to the spreadsheet |
| 16 | +* Create and format a table |
| 17 | +* Protect a workbook |
| 18 | +* Protect a worksheet |
| 19 | +* Apply user-specific permissions to a range in a protected worksheet |
| 20 | +* Sort a range in descending and ascending orders |
| 21 | +* Sort using a custom comparer |
| 22 | +* Sort by multiple columns |
| 23 | +* Simple search |
| 24 | +* Search with options |
| 25 | +* Export to HTML |
| 26 | +* Group and outline data |
| 27 | +* Insert subtotals |
| 28 | +* Filter the data by a list of values |
| 29 | +* Apply a number filter |
| 30 | +* Apply a dynamic filter |
| 31 | +* Sort filtered data |
| 32 | +* Specify the built-in document properties |
| 33 | +* Specify the custom document properties |
| 34 | + |
| 35 | +## Files to Review |
27 | 36 |
|
28 |
| -<p>This example is the second part of the SpreadsheetControl API set of examples that demonstrates how to use the SpreadsheetControl API to programmatically manage spreadsheet documents, without the need for Microsoft Excel to be installed.</p> |
29 |
| -<p>This sample introduces API properties and methods used to perform the following operations:</p> |
30 |
| -<p>- Insert, delete and modify pictures<br> - Add a hyperlink to a picture<br> - Add custom functions to the spreadsheet<br> - Create and format a table<br><br></p> |
31 |
| -<p>Starting from v2014 vol.1:</p> |
32 |
| -<p>- Protect a workbook<br>- Protect a worksheet<br>- Apply user-specific permissions to a range in a protected worksheet<br>- Sort a range in descending and ascending orders<br>- Sort using a custom comparer<br>- Sort by multiple columns<br>- Simple search<br>- Search with options<br>- Export to HTML<br><br></p> |
33 |
| -<p>Starting from v2014 vol.2:</p> |
34 |
| -<p>- Group and outline data<br>- Insert subtotals<br>- Filter the data by a list of values<br>- Apply a number filter<br>- Apply a dynamic filter<br>- Sort the filtered data<br>- Specify the built-in document properties<br>- Specify the custom document properties<br><br>See also:<br><a href="https://www.devexpress.com/Support/Center/p/E4938">WPF SpreadsheetControl API - Part 1</a></p> |
35 |
| -<a href="https://github.com/DevExpress-Examples/wpf-spreadsheetcontrol-api-part-3-t289419">WPF SpreadsheetControl API - Part 3</a></p> |
36 |
| -<br/> |
| 37 | +* [SpreadsheetActions](./CS/SpreadsheetControl_WPF_API_Part02/SpreadsheetActions) (VB: [SpreadsheetActions](./VB/SpreadsheetControl_WPF_API_Part02/SpreadsheetActions)) |
37 | 38 |
|
| 39 | +## More Examples |
38 | 40 |
|
| 41 | +* [WPF SpreadsheetControl API - Part 1](https://github.com/DevExpress-Examples/wpf-spreadsheetcontrol-api-part-1) |
| 42 | +* [WPF SpreadsheetControl API - Part 3](https://github.com/DevExpress-Examples/wpf-spreadsheetcontrol-api-part-3) |
0 commit comments