DataGridViewCell::DataGridViewCellAccessibleObject::Name Property

 
Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public:
property String^ Name {
	virtual String^ get() override;
}

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
Return to top
Show: