[This is preliminary documentation and is subject to change.]

Inserts the specified data at the specified offset of the original data.

Namespace:  WebKit.DOM
Assembly:  WebKitBrowser (in WebKitBrowser.dll) Version: 0.5.0.0 (0.5.0.0)

Syntax

C#
public void InsertData(
	int Offset,
	string Data
)
Visual Basic (Declaration)
Public Sub InsertData ( _
	Offset As Integer, _
	Data As String _
)
Visual C++
public:
void InsertData(
	int Offset, 
	String^ Data
)

Parameters

Offset
Type: System..::.Int32
Offset of the data.
Data
Type: System..::.String
Data to insert.

See Also