CharacterDataDeleteData Method
Remove a range of 16-bit units from the node.

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

Parameters

offset
Type: SystemInt32
The offset.
count
Type: SystemInt32
The count.
See Also