DataGridViewCell.InheritedStyle 属性

定义

获取当前应用于单元格的样式。

public:
 property System::Windows::Forms::DataGridViewCellStyle ^ InheritedStyle { System::Windows::Forms::DataGridViewCellStyle ^ get(); };
[System.ComponentModel.Browsable(false)]
public System.Windows.Forms.DataGridViewCellStyle InheritedStyle { get; }
[<System.ComponentModel.Browsable(false)>]
member this.InheritedStyle : System.Windows.Forms.DataGridViewCellStyle
Public ReadOnly Property InheritedStyle As DataGridViewCellStyle

属性值

当前应用于单元格的 DataGridViewCellStyle

属性

例外

该单元格不属于 DataGridView 控件。

- 或 -

ColumnIndex 小于 0,这表示该单元格为行标头单元格。

包含该单元格的行是共享行。

- 或 -

该单元格是列标题单元格。

注解

控件 DataGridView 使用单元格 InheritedStyle 属性指示的样式显示其单元格,该属性从 类型的 DataGridViewCellStyle其他属性继承样式。 通过 Style 属性指定的样式替代通过所有其他单元格样式属性指定的样式,但不一定指示影响单元格外观的所有样式。

有关详细信息,请参阅 Windows 窗体 DataGridView 控件中的单元格样式

适用于

另请参阅