AddComboBox
Innehåll
[
Dölj
]AddComboBox(int, int, ICollection)
Lägger till en kombinationsruta i en angiven cell vid radkolumnindex.
public ComboBox AddComboBox(int row, int col, ICollection items)
| Parameter | Typ | Beskrivning |
|---|---|---|
| row | Int32 | Radindex för cell. |
| col | Int32 | Kolumnindex för cellen. |
| items | ICollection | Samlingen av föremålen i ComboBox. |
Returvärde
Den tillagda kombinationsrutan.
Se även
- class ComboBox
- class CellControlCollection
- namnutrymme Aspose.Cells.GridDesktop
- hopsättning Aspose.Cells.GridDesktop
AddComboBox(int, int, ICollection, ICollection)
Lägger till en kombinationsruta i en angiven cell vid radkolumnindex.
public ComboBox AddComboBox(int row, int col, ICollection items, ICollection values)
| Parameter | Typ | Beskrivning |
|---|---|---|
| row | Int32 | Radindex för cell. |
| col | Int32 | Kolumnindex för cellen. |
| items | ICollection | Samlingen av föremålen i ComboBox. |
| values | ICollection | Samlingen av värdena som finns i ComboBox. |
Returvärde
Den tillagda kombinationsrutan.
Se även
- class ComboBox
- class CellControlCollection
- namnutrymme Aspose.Cells.GridDesktop
- hopsättning Aspose.Cells.GridDesktop
AddComboBox(string, ICollection)
Lägger till en kombinationsruta till en specificerad cell efter cellnamn.
public ComboBox AddComboBox(string cellName, ICollection items)
| Parameter | Typ | Beskrivning |
|---|---|---|
| cellName | String | Namn på rutnätscellen. |
| items | ICollection | Samlingen av föremålen i ComboBox. |
Returvärde
Den tillagda kombinationsrutan.
Se även
- class ComboBox
- class CellControlCollection
- namnutrymme Aspose.Cells.GridDesktop
- hopsättning Aspose.Cells.GridDesktop
AddComboBox(string, ICollection, ICollection)
Lägger till en kombinationsruta till en specificerad cell efter cellnamn.
public ComboBox AddComboBox(string cellName, ICollection items, ICollection values)
| Parameter | Typ | Beskrivning |
|---|---|---|
| cellName | String | Namn på rutnätscellen. |
| items | ICollection | Samlingen av föremålen i ComboBox. |
| values | ICollection | Samlingen av värdena som finns i ComboBox. |
Returvärde
Den tillagda kombinationsrutan.
Se även
- class ComboBox
- class CellControlCollection
- namnutrymme Aspose.Cells.GridDesktop
- hopsättning Aspose.Cells.GridDesktop