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 。