CellControlCollection
CellControlCollection class
封装单元格控件的集合。
public class CellControlCollection : CellRelativeCollection
特性
| 姓名 | 描述 |
|---|
| Item { get; } | 获取指定行列索引处的单元格控件。 (2 indexers) |
方法
| 姓名 | 描述 |
|---|
| AddButton(string, int, int, string) | 按单元格名称将按钮添加到指定单元格。 |
| AddButton(int, int, int, int, string) | 将按钮添加到行列索引处的指定单元格。 |
| AddButton(string, int, int, string, bool) | 按单元格名称将按钮添加到指定单元格。 |
| AddButton(int, int, int, int, string, bool) | 将按钮添加到行列索引处的指定单元格。 |
| AddCheckBox(string, bool) | 按单元格名称将复选框添加到指定单元格。 |
| AddCheckBox(int, int, bool) | 在行列索引的指定单元格中添加一个复选框。 |
| AddComboBox(string, ICollection) | 按单元格名称将组合框添加到指定单元格。 |
| AddComboBox(int, int, ICollection) | 将组合框添加到行列索引处的指定单元格。 |
| AddComboBox(string, ICollection, ICollection) | 按单元格名称将组合框添加到指定单元格。 |
| AddComboBox(int, int, ICollection, ICollection) | 将组合框添加到行列索引处的指定单元格。 |
| Remove(string) | 按单元格名称删除项目。 |
| virtual Remove(int, int) | 删除单元格指定行列索引处的项目。 |
也可以看看