CellControlCollection.AddCheckBox
Contents
[
Hide
]AddCheckBox(int, int, bool)
Adds a checkbox to a specified cell at row column index.
public CheckBox AddCheckBox(int row, int col, bool check)
Parameter | Type | Description |
---|---|---|
row | Int32 | Row index of cell. |
col | Int32 | Column index of cell. |
check | Boolean | Checkbox checked property state. |
Return Value
The added checkbox.
See Also
- class CheckBox
- class CellControlCollection
- namespace Aspose.Cells.GridDesktop
- assembly Aspose.Cells.GridDesktop
AddCheckBox(string, bool)
Adds a checkbox to a specified cell by cell name.
public CheckBox AddCheckBox(string cellName, bool check)
Parameter | Type | Description |
---|---|---|
cellName | String | Name of grid cell. |
check | Boolean | Checkbox checked property state. |
Return Value
The added checkbox.
See Also
- class CheckBox
- class CellControlCollection
- namespace Aspose.Cells.GridDesktop
- assembly Aspose.Cells.GridDesktop