DataGridViewCheckBoxCell.ToString Method

Definition

Returns the string representation of the cell.

public:
 override System::String ^ ToString();
public override string ToString ();
override this.ToString : unit -> string
Public Overrides Function ToString () As String

Returns

A String that represents the current cell.

Remarks

The string representation of the cell includes the row index and column index of the cell.

Applies to

See also