DataGridViewTextBoxCell.ToString メソッド
定義
現在のオブジェクトを説明する文字列を返します。Returns a string that describes the current object.
public:
override System::String ^ ToString();
public override string ToString ();
override this.ToString : unit -> string
Public Overrides Function ToString () As String
戻り値
現在のオブジェクトを表す文字列。A string that represents the current object.