GridColumn
GridColumn class
表示工作表中的单个列。
public class GridColumn
特性
姓名 | 描述 |
---|---|
CellControl { get; } | 获取列的 CellControl 对象。 |
FilterIndex { get; set; } | |
Header { get; set; } | |
Hidden { get; set; } | 表示该列是否隐藏。 |
Index { get; } | 获取该列的索引。 |
OutlineLevel { get; set; } | |
Width { get; set; } | 获取或设置列对象的宽度。以像素为单位 |
方法
姓名 | 描述 |
---|---|
AddButton(int, int, string) | 在列中添加一个按钮。 |
AddCheckBox() | 在列中添加一个复选框。 |
AddComboBox(ICollection) | 在列中添加一个组合框。 |
AddComboBox(ICollection, ICollection) | 在列中添加一个组合框。 |
AddValidation(ICustomValidation) | |
AddValidation(bool, string) | 向列添加验证。 |
GetStyle() | |
RemoveCellControl() | 移除列的 CellControl 对象。 |
SetStyle(Style) |
字段
姓名 | 描述 |
---|---|
_filterValue | |
static DEFAULT_WIDTH | 网格列的默认宽度。 |