Table of Contents

Method DeleteData

Namespace
SharpVectors.Dom
Assembly
SharpVectors.Core.dll

DeleteData(int, int)

Removes a range of characters from the node.

void DeleteData(int offset, int count)

Parameters

offset int

The position within the string to start deleting.

count int

The number of characters to delete.