AddACell
AddACell(int, int)
在单元格中添加验证设置。
public void AddACell(int row, int column)
范围 | 类型 | 描述 |
---|---|---|
row | Int32 | 行索引。 |
column | Int32 | 列索引。 |
也可以看看
AddACell(string)
在单元格中添加验证设置。
public void AddACell(string cellname)
范围 | 类型 | 描述 |
---|---|---|
cellname | String | 单元格名称。 |
在单元格中添加验证设置。
public void AddACell(int row, int column)
范围 | 类型 | 描述 |
---|---|---|
row | Int32 | 行索引。 |
column | Int32 | 列索引。 |
在单元格中添加验证设置。
public void AddACell(string cellname)
范围 | 类型 | 描述 |
---|---|---|
cellname | String | 单元格名称。 |