SetText(String,Int64) Method
Inserts text into an unprotected field.

C# Syntax

void SetText( 
   string text,
   long offset
)

Parameters

text
The string to insert into the field.
offset
The position of the text in the field.