संपादन करना

के माध्यम से साझा करें


DataGridView.ResetText Method

Definition

Resets the Text property to its default value (Empty).

public:
 override void ResetText();
public override void ResetText();
override this.ResetText : unit -> unit
Public Overrides Sub ResetText ()

Remarks

Although this method behaves as described, the Text property is not relevant for this control.

Applies to

See also