DataGridViewCellStyleScopes 枚举
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
指定拥有发生更改的单元格样式的 DataGridView 实体。
此枚举支持其成员值的按位组合。
public enum class DataGridViewCellStyleScopes
[System.Flags]
public enum DataGridViewCellStyleScopes
[<System.Flags>]
type DataGridViewCellStyleScopes =
Public Enum DataGridViewCellStyleScopes
- 继承
- 属性
字段
AlternatingRows | 128 | 由更改的 AlternatingRowsDefaultCellStyle 属性返回的对象的一个或多个值。 |
Cell | 1 | 由更改的 Style 属性返回的对象的一个或多个值。 |
Column | 2 | 由更改的 DefaultCellStyle 属性返回的对象的一个或多个值。 |
ColumnHeaders | 16 | 由更改的 ColumnHeadersDefaultCellStyle 属性返回的对象的一个或多个值。 |
DataGridView | 8 | 由更改的 DefaultCellStyle 属性返回的对象的一个或多个值。 |
None | 0 | 未指定所属的实体。 |
Row | 4 | 由更改的 DefaultCellStyle 属性返回的对象的一个或多个值。 |
RowHeaders | 32 | 由更改的 RowHeadersDefaultCellStyle 属性返回的对象的一个或多个值。 |
Rows | 64 | 由更改的 RowsDefaultCellStyle 属性返回的对象的一个或多个值。 |
注解
此枚举用于 DataGridViewCellStyleContentChangedEventArgs 指示 哪个部分 DataGridView 拥有 DataGridViewCellStyle 更改的 。