AddCheckBox
AddCheckBox(int, int, bool)
在行列索引的指定单元格中添加一个复选框。
public CheckBox AddCheckBox(int row, int col, bool check)
范围 | 类型 | 描述 |
---|---|---|
row | Int32 | 单元格的行索引。 |
col | Int32 | 单元格的列索引。 |
check | Boolean | 复选框选中的属性状态。 |
返回值
添加的复选框。
也可以看看
- class CheckBox
- class CellControlCollection
- 命名空间 Aspose.Cells.GridDesktop
- 部件 Aspose.Cells.GridDesktop
AddCheckBox(string, bool)
按单元格名称将复选框添加到指定单元格。
public CheckBox AddCheckBox(string cellName, bool check)
范围 | 类型 | 描述 |
---|---|---|
cellName | String | 网格单元的名称。 |
check | Boolean | 复选框选中的属性状态。 |
返回值
添加的复选框。
也可以看看
- class CheckBox
- class CellControlCollection
- 命名空间 Aspose.Cells.GridDesktop
- 部件 Aspose.Cells.GridDesktop