CharacterDataInsertData Method
Insert a string at the specified 16-bit unit offset.

Namespace: Aspose.Html.Dom
Assembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntax
public virtual void InsertData(
	int offset,
	string data
)

Parameters

offset
Type: SystemInt32
The offset.
data
Type: SystemString
The content data.
See Also