DataGridViewCell.InheritedState 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取该单元格从它的行和列的状态继承后的当前状态。
public:
property System::Windows::Forms::DataGridViewElementStates InheritedState { System::Windows::Forms::DataGridViewElementStates get(); };
[System.ComponentModel.Browsable(false)]
public System.Windows.Forms.DataGridViewElementStates InheritedState { get; }
[<System.ComponentModel.Browsable(false)>]
member this.InheritedState : System.Windows.Forms.DataGridViewElementStates
Public ReadOnly Property InheritedState As DataGridViewElementStates
属性值
DataGridViewElementStates 值的按位组合,表示单元格的当前状态。
- 属性
例外
该单元格不包含在 DataGridView 控件中,且它的 RowIndex 属性的值不为 -1。
该单元格包含 DataGridView 控件中,且它的 RowIndex 属性的值为 -1。