GridView::AddText Method (String^)

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Not supported.

Namespace:   System.Windows.Controls
Assembly:  PresentationFramework (in PresentationFramework.dll)

protected:
virtual void AddText(
	String^ text
)

Parameters

text
Type: System::String^

Text string

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

.NET Framework
Available since 3.0
Return to top
Show: