AddComboBox
Inhalt
[
Ausblenden
]AddComboBox(int, int, ICollection)
Fügt ein Kombinationsfeld zu einer angegebenen Zelle am Zeilenspaltenindex hinzu.
public ComboBox AddComboBox(int row, int col, ICollection items)
Parameter | Typ | Beschreibung |
---|---|---|
row | Int32 | Zeilenindex der Zelle. |
col | Int32 | Spaltenindex der Zelle. |
items | ICollection | Die Sammlung der in ComboBox enthaltenen Elemente. |
Rückgabewert
Die hinzugefügte Combobox.
Siehe auch
- class ComboBox
- class CellControlCollection
- namensraum Aspose.Cells.GridDesktop
- Montage Aspose.Cells.GridDesktop
AddComboBox(int, int, ICollection, ICollection)
Fügt ein Kombinationsfeld zu einer angegebenen Zelle am Zeilenspaltenindex hinzu.
public ComboBox AddComboBox(int row, int col, ICollection items, ICollection values)
Parameter | Typ | Beschreibung |
---|---|---|
row | Int32 | Zeilenindex der Zelle. |
col | Int32 | Spaltenindex der Zelle. |
items | ICollection | Die Sammlung der in ComboBox enthaltenen Elemente. |
values | ICollection | Die Auflistung der in ComboBox enthaltenen Werte. |
Rückgabewert
Die hinzugefügte Combobox.
Siehe auch
- class ComboBox
- class CellControlCollection
- namensraum Aspose.Cells.GridDesktop
- Montage Aspose.Cells.GridDesktop
AddComboBox(string, ICollection)
Fügt ein Kombinationsfeld zu einer angegebenen Zelle nach Zellname hinzu.
public ComboBox AddComboBox(string cellName, ICollection items)
Parameter | Typ | Beschreibung |
---|---|---|
cellName | String | Name der Rasterzelle. |
items | ICollection | Die Sammlung der in ComboBox enthaltenen Elemente. |
Rückgabewert
Die hinzugefügte Combobox.
Siehe auch
- class ComboBox
- class CellControlCollection
- namensraum Aspose.Cells.GridDesktop
- Montage Aspose.Cells.GridDesktop
AddComboBox(string, ICollection, ICollection)
Fügt ein Kombinationsfeld zu einer angegebenen Zelle nach Zellname hinzu.
public ComboBox AddComboBox(string cellName, ICollection items, ICollection values)
Parameter | Typ | Beschreibung |
---|---|---|
cellName | String | Name der Rasterzelle. |
items | ICollection | Die Sammlung der in ComboBox enthaltenen Elemente. |
values | ICollection | Die Auflistung der in ComboBox enthaltenen Werte. |
Rückgabewert
Die hinzugefügte Combobox.
Siehe auch
- class ComboBox
- class CellControlCollection
- namensraum Aspose.Cells.GridDesktop
- Montage Aspose.Cells.GridDesktop