AddComboBox
内容
[
隐藏
]AddComboBox(int, int, ICollection)
将组合框添加到行列索引处的指定单元格。
public ComboBox AddComboBox(int row, int col, ICollection items)
| 范围 | 类型 | 描述 |
|---|---|---|
| row | Int32 | 单元格的行索引。 |
| col | Int32 | 单元格的列索引。 |
| items | ICollection | ComboBox 中包含的项目的集合。 |
返回值
添加的组合框。
也可以看看
- class ComboBox
- class CellControlCollection
- 命名空间 Aspose.Cells.GridDesktop
- 部件 Aspose.Cells.GridDesktop
AddComboBox(int, int, ICollection, ICollection)
将组合框添加到行列索引处的指定单元格。
public ComboBox AddComboBox(int row, int col, ICollection items, ICollection values)
| 范围 | 类型 | 描述 |
|---|---|---|
| row | Int32 | 单元格的行索引。 |
| col | Int32 | 单元格的列索引。 |
| items | ICollection | ComboBox 中包含的项目的集合。 |
| values | ICollection | ComboBox 中包含的值的集合。 |
返回值
添加的组合框。
也可以看看
- class ComboBox
- class CellControlCollection
- 命名空间 Aspose.Cells.GridDesktop
- 部件 Aspose.Cells.GridDesktop
AddComboBox(string, ICollection)
按单元格名称将组合框添加到指定单元格。
public ComboBox AddComboBox(string cellName, ICollection items)
| 范围 | 类型 | 描述 |
|---|---|---|
| cellName | String | 网格单元的名称。 |
| items | ICollection | ComboBox 中包含的项目的集合。 |
返回值
添加的组合框。
也可以看看
- class ComboBox
- class CellControlCollection
- 命名空间 Aspose.Cells.GridDesktop
- 部件 Aspose.Cells.GridDesktop
AddComboBox(string, ICollection, ICollection)
按单元格名称将组合框添加到指定单元格。
public ComboBox AddComboBox(string cellName, ICollection items, ICollection values)
| 范围 | 类型 | 描述 |
|---|---|---|
| cellName | String | 网格单元的名称。 |
| items | ICollection | ComboBox 中包含的项目的集合。 |
| values | ICollection | ComboBox 中包含的值的集合。 |
返回值
添加的组合框。
也可以看看
- class ComboBox
- class CellControlCollection
- 命名空间 Aspose.Cells.GridDesktop
- 部件 Aspose.Cells.GridDesktop