SetText(String) Method
Inserts text into an unprotected field. The default value for the position in the field is 0.

C# Syntax

void SetText( 
   string text
)

Parameters

text
The string to insert into the field.