DataGridViewCell::ToString Method ()
.NET Framework (current version)
Returns a string that describes the current object.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Unless otherwise noted, the ToString method for all the various cell types will return a string of the form shown in the following code example:
Classname {RowIndex = #, ColumnIndex = #}
.NET Framework
Available since 2.0
Available since 2.0
Show: