GridView.AddText(String) Method

Definition

Not supported.

protected:
 virtual void AddText(System::String ^ text);
protected virtual void AddText (string text);
abstract member AddText : string -> unit
override this.AddText : string -> unit
Protected Overridable Sub AddText (text As String)

Parameters

text
String

Text string.

Remarks

Text cannot be added to a GridView object. Calling this method will cause an exception.

Applies to