DataGridViewCell::DataGridViewCellAccessibleObject::Name Property
.NET Framework (current version)
Gets the name of the DataGridViewCell::DataGridViewCellAccessibleObject.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Property Value
Type: System::String^The name of the DataGridViewCell::DataGridViewCellAccessibleObject.
| Exception | Condition |
|---|---|
| InvalidOperationException | The value of the Owner property is null. |
The Name property returns a string that includes the column header text and the row index of the DataGridViewCell.
.NET Framework
Available since 2.0
Available since 2.0
Show: