CharacterDataReplaceData Method |
Replace the characters starting at the specified 16-bit unit offset with the specified string.
Namespace: Aspose.Html.DomAssembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntax public virtual void ReplaceData(
int offset,
int count,
string data
)
Public Overridable Sub ReplaceData (
offset As Integer,
count As Integer,
data As String
)
public:
virtual void ReplaceData(
int offset,
int count,
String^ data
)
abstract ReplaceData :
offset : int *
count : int *
data : string -> unit
override ReplaceData :
offset : int *
count : int *
data : string -> unit
Parameters
- offset
- Type: SystemInt32
The offset. - count
- Type: SystemInt32
The count. - data
- Type: SystemString
The content data.
See Also