AddCheckBox
AddCheckBox(int, int, bool)
Lägger till en kryssruta i en angiven cell vid radkolumnindex.
public CheckBox AddCheckBox(int row, int col, bool check)
| Parameter | Typ | Beskrivning |
|---|---|---|
| row | Int32 | Radindex för cell. |
| col | Int32 | Kolumnindex för cellen. |
| check | Boolean | Kryssrutan markerad egenskapsstatus. |
Returvärde
Den tillagda kryssrutan.
Se även
- class CheckBox
- class CellControlCollection
- namnutrymme Aspose.Cells.GridDesktop
- hopsättning Aspose.Cells.GridDesktop
AddCheckBox(string, bool)
Lägger till en kryssruta i en angiven cell efter cellnamn.
public CheckBox AddCheckBox(string cellName, bool check)
| Parameter | Typ | Beskrivning |
|---|---|---|
| cellName | String | Namn på rutnätscellen. |
| check | Boolean | Kryssrutan markerad egenskapsstatus. |
Returvärde
Den tillagda kryssrutan.
Se även
- class CheckBox
- class CellControlCollection
- namnutrymme Aspose.Cells.GridDesktop
- hopsättning Aspose.Cells.GridDesktop