Skip to content

Commit 48fe53f

Browse files
committed
addressed review
1 parent 57bac9a commit 48fe53f

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

knowledge-base/adding-combobox-to-excel-file-radspreadprocessing.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
2-
title: Adding a ComboBox to an Excel File Using RadSpreadProcessing
2+
title: Adding a DropDown/ComboBox to an Excel File Using RadSpreadProcessing
33
description: Explains how to add a combo box with specific options to an Excel file using RadSpreadProcessing.
44
type: how-to
5-
page_title: Adding a Dropdown in Excel Using RadSpreadProcessing
5+
page_title: Adding a /ComboBox in Excel Using RadSpreadProcessing
66
slug: adding-combobox-to-excel-file-radspreadprocessing
77
tags: spread, processing, combobox, excel, listdata, validation, document, dropdown, comma, delimiter
88
res_type: kb
@@ -17,11 +17,15 @@ ticketid: 1689410
1717

1818
## Description
1919

20-
Learn how to add a ComboBox with predefined options to an Excel file programmatically using RadSpreadProcessing. Additionally, the ComboBox should support special characters like commas (or another delimiter) within the options.
20+
Learn how to add a ComboBox with predefined options to an Excel file programmatically using [RadSpreadProcessing]({%slug radspreadprocessing-overview%}). Additionally, the ComboBox should support special characters like commas (or another delimiter) within the options.
2121

2222
## Solution
2323

24-
To add a ComboBox to an Excel file and handle special characters like commas within options, use the [ListDataValidationRule]({%slug radspreadprocessing-features-data-validation%}) with a cell range as the source for the validation.
24+
To add a DropDown/ComboBox to an Excel file and handle special characters like commas within options, use the [ListDataValidationRule]({%slug radspreadprocessing-features-data-validation%}) with a cell range as the source for the validation. Consider the following sample options:
25+
26+
* Option 1, Inc.
27+
* Option 2, Inc.
28+
* Option 3, Inc.
2529

2630
![Combobox with Specific Options ><](images/adding-combobox-to-excel-file-radspreadprocessing.png)
2731

@@ -73,6 +77,6 @@ Process.Start(new ProcessStartInfo() { FileName = outputFilePath, UseShellExecut
7377

7478
## See Also
7579

76-
- [RadSpreadProcessing Overview]({%slug radspreadprocessing-overview%})
80+
- [RadSpreadProcessing Overview]({%slug radspreadprocessing-overview%})
7781
- [List Rule Data Validation]({%slug radspreadprocessing-features-data-validation%}#list-rule)
7882
- [Setting the Culture]({%slug radspreadprocessing-features-setting-the-culture%})

0 commit comments

Comments
 (0)