CharacterDataDeleteData Method |
Remove a range of 16-bit units from the node.
Namespace: Aspose.Html.DomAssembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntaxpublic virtual void DeleteData(
int offset,
int count
)
Public Overridable Sub DeleteData (
offset As Integer,
count As Integer
)
public:
virtual void DeleteData(
int offset,
int count
)
abstract DeleteData :
offset : int *
count : int -> unit
override DeleteData :
offset : int *
count : int -> unit
Parameters
- offset
- Type: SystemInt32
The offset. - count
- Type: SystemInt32
The count.
See Also