AddCheckBox
AddCheckBox(int, int, bool)
Fügt ein Kontrollkästchen zu einer angegebenen Zelle am Zeilenspaltenindex hinzu.
public CheckBox AddCheckBox(int row, int col, bool check)
Parameter | Typ | Beschreibung |
---|---|---|
row | Int32 | Zeilenindex der Zelle. |
col | Int32 | Spaltenindex der Zelle. |
check | Boolean | Kontrollkästchen aktiviert Eigenschaftsstatus. |
Rückgabewert
Das hinzugefügte Kontrollkästchen.
Siehe auch
- class CheckBox
- class CellControlCollection
- namensraum Aspose.Cells.GridDesktop
- Montage Aspose.Cells.GridDesktop
AddCheckBox(string, bool)
Fügt ein Kontrollkästchen zu einer bestimmten Zelle nach Zellname hinzu.
public CheckBox AddCheckBox(string cellName, bool check)
Parameter | Typ | Beschreibung |
---|---|---|
cellName | String | Name der Rasterzelle. |
check | Boolean | Kontrollkästchen aktiviert Eigenschaftsstatus. |
Rückgabewert
Das hinzugefügte Kontrollkästchen.
Siehe auch
- class CheckBox
- class CellControlCollection
- namensraum Aspose.Cells.GridDesktop
- Montage Aspose.Cells.GridDesktop